#CCE0F9

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

Shades of Hawkes Blue #CCE0F9

Tints of Hawkes Blue #CCE0F9

Color information

#CCE0F9 (or 0xCCE0F9) is unknown color: approx Hawkes Blue. HEX triplet: CC, E0 and F9. RGB value is (204,224,249). Sum of RGB (Red+Green+Blue) = 204+224+249=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0F9 is #331F06. Grayscale: #DCDCDC. Windows color (decimal): -3350279 or 16376012. OLE color: 16376012.

HSL color Cylindrical-coordinate representation of color #CCE0F9: hue angle of 213.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE0F9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204224249-
CMYK0.180.1000.02
HSL213.33º78.95%88.82%-
HSV(B)213.33º18.07%97.65%-
XYZ68.6672.99100.09-
YUV220.87143.87115.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.13%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 249 (97.66% from 255) = 36.78%
R=30.13%
G=33.09%
B=36.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042242490.180.1000.02213.3378.9588.82
HexCCE0F912A02d54f59
Octal314340371221202325117131
Binary1100110011100000111110011001010100101101010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0F9; }

 p { color: rgb(204,224,249); }

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

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

 a { background-color: rgb(204,224,249); }

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

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

 span { border-color: rgb(204,224,249); }

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