#66a7f2

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

Shades of Cornflower Blue #66A7F2

Tints of Cornflower Blue #66A7F2

Color information

#66A7F2 (or 0x66A7F2) is unknown color: approx Cornflower Blue. HEX triplet: 66, A7 and F2. RGB value is (102,167,242). Sum of RGB (Red+Green+Blue) = 102+167+242=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #66A7F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A7F2 is #99580D. Grayscale: #9B9B9B. Windows color (decimal): -10049550 or 15902566. OLE color: 15902566.

HSL color Cylindrical-coordinate representation of color #66A7F2: hue angle of 212.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66A7F2 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB102167242-
CMYK0.580.3100.05
HSL212.14º84.34%67.45%-
HSV(B)212.14º57.85%94.9%-
XYZ35.3336.8789.26-
YUV156.11176.4789.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=19.96%
G=32.68%
B=47.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1021672420.580.3100.05212.1484.3467.45
Hex66A7F23A1F05d45443
Octal146247362723705324124103
Binary110011010100111111100101110101111101011101010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66a7f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66a7f2; }

 p { color: rgb(102,167,242); }

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

<style>
 a { background-color: #66a7f2; }

 a { background-color: rgb(102,167,242); }

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

<style>
 span { border-color: #66a7f2; }

 span { border-color: rgb(102,167,242); }

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