#CEE0F5

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

Shades of Hawkes Blue #CEE0F5

Tints of Hawkes Blue #CEE0F5

Color information

#CEE0F5 (or 0xCEE0F5) is unknown color: approx Hawkes Blue. HEX triplet: CE, E0 and F5. RGB value is (206,224,245). Sum of RGB (Red+Green+Blue) = 206+224+245=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F5 is #311F0A. Grayscale: #DCDCDC. Windows color (decimal): -3219211 or 16113870. OLE color: 16113870.

HSL color Cylindrical-coordinate representation of color #CEE0F5: hue angle of 212.31º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE0F5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206224245-
CMYK0.160.0900.04
HSL212.31º66.1%88.43%-
HSV(B)212.31º15.92%96.08%-
XYZ68.5973.0396.87-
YUV221.01141.54117.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=30.52%
G=33.19%
B=36.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062242450.160.0900.04212.3166.188.43
HexCEE0F510904d44258
Octal316340365201104324102130
Binary11001110111000001111010110000100101001101010010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0F5; }

 p { color: rgb(206,224,245); }

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

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

 a { background-color: rgb(206,224,245); }

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

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

 span { border-color: rgb(206,224,245); }

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