#CEE0FA

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

Shades of Hawkes Blue #CEE0FA

Tints of Hawkes Blue #CEE0FA

Color information

#CEE0FA (or 0xCEE0FA) is unknown color: approx Hawkes Blue. HEX triplet: CE, E0 and FA. RGB value is (206,224,250). Sum of RGB (Red+Green+Blue) = 206+224+250=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0FA is #311F05. Grayscale: #DDDDDD. Windows color (decimal): -3219206 or 16441550. OLE color: 16441550.

HSL color Cylindrical-coordinate representation of color #CEE0FA: hue angle of 215.45º degrees, saturation: 0.81, 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 #CEE0FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206224250-
CMYK0.180.1000.02
HSL215.45º81.48%89.41%-
HSV(B)215.45º17.6%98.04%-
XYZ69.3673.34100.94-
YUV221.58144.04116.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.29%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=30.29%
G=32.94%
B=36.76%

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
Decimal2062242500.180.1000.02215.4581.4889.41
HexCEE0FA12A02d75159
Octal316340372221202327121131
Binary1100111011100000111110101001010100101101011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0FA; }

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

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

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

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

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

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

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

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