#77A2F6

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

Shades of Cornflower Blue #77A2F6

Tints of Cornflower Blue #77A2F6

Color information

#77A2F6 (or 0x77A2F6) is unknown color: approx Cornflower Blue. HEX triplet: 77, A2 and F6. RGB value is (119,162,246). Sum of RGB (Red+Green+Blue) = 119+162+246=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #77A2F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A2F6 is #885D09. Grayscale: #9E9E9E. Windows color (decimal): -8936714 or 16163447. OLE color: 16163447.

HSL color Cylindrical-coordinate representation of color #77A2F6: hue angle of 219.69º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A2F6 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119162246-
CMYK0.520.3400.04
HSL219.69º87.59%71.57%-
HSV(B)219.69º51.63%96.47%-
XYZ37.1636.4292.26-
YUV158.72177.2599.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=22.58%
G=30.74%
B=46.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191622460.520.3400.04219.6987.5971.57
Hex77A2F6342204dc5848
Octal167242366644204334130110
Binary1110111101000101111011011010010001001001101110010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,246); }

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

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

 a { background-color: rgb(119,162,246); }

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

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

 span { border-color: rgb(119,162,246); }

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