#77A6FE

Color #77A6FE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #77A6FE

Tints of Cornflower Blue #77A6FE

Color information

#77A6FE (or 0x77A6FE) is unknown color: approx Cornflower Blue. HEX triplet: 77, A6 and FE. RGB value is (119,166,254). Sum of RGB (Red+Green+Blue) = 119+166+254=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #77A6FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A6FE is #885901. Grayscale: #A1A1A1. Windows color (decimal): -8935682 or 16688759. OLE color: 16688759.

HSL color Cylindrical-coordinate representation of color #77A6FE: hue angle of 219.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A6FE is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119166254-
CMYK0.530.3500.00
HSL219.11º98.54%73.14%-
HSV(B)219.11º53.15%99.61%-
XYZ39.1338.3599.11-
YUV161.98179.9397.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=22.08%
G=30.80%
B=47.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191662540.530.3500.00219.1198.5473.14
Hex77A6FE352300db6349
Octal167246376654300333143111
Binary11101111010011011111110110101100011001101101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A6FE; }

 p { color: rgb(119,166,254); }

 H1.HeaderClassName
 {
   color: #77A6FE;
 }
 .AnyTagClassName
 {
   color: #77A6FE;
 }
</style>
background-color css

<style>
 a { background-color: #77A6FE; }

 a { background-color: rgb(119,166,254); }

 div.DivClassName
 {
   background-color: #77A6FE;
 }
 .BgClassName
 {
   background-color: #77A6FE;
 }
</style>
border-color css

<style>
 span { border-color: #77A6FE; }

 span { border-color: rgb(119,166,254); }

 td.TdClassName
 {
   border-color: #77A6FE;
 }
 .TagClassName
 {
   border-color: #77A6FE;
 }
</style>