#CEE0FF

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

Shades of Hawkes Blue #CEE0FF

Tints of Hawkes Blue #CEE0FF

Color information

#CEE0FF (or 0xCEE0FF) is unknown color: approx Hawkes Blue. HEX triplet: CE, E0 and FF. RGB value is (206,224,255). Sum of RGB (Red+Green+Blue) = 206+224+255=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0FF is #311F00. Grayscale: #DEDEDE. Windows color (decimal): -3219201 or 16769230. OLE color: 16769230.

HSL color Cylindrical-coordinate representation of color #CEE0FF: hue angle of 217.96º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE0FF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206224255-
CMYK0.190.1200
HSL217.96º100%90.39%-
HSV(B)217.96º19.22%100%-
XYZ70.1673.65105.13-
YUV222.15146.54116.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.07%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 255 (100% from 255) = 37.23%
R=30.07%
G=32.70%
B=37.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062242550.190.1200217.9610090.39
HexCEE0FF13C00da645a
Octal316340377231400332144132
Binary110011101110000011111111100111100001101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0FF; }

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

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

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

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

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

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

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

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