#CEE1FC

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

Shades of Hawkes Blue #CEE1FC

Tints of Hawkes Blue #CEE1FC

Color information

#CEE1FC (or 0xCEE1FC) is unknown color: approx Hawkes Blue. HEX triplet: CE, E1 and FC. RGB value is (206,225,252). Sum of RGB (Red+Green+Blue) = 206+225+252=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FC is #311E03. Grayscale: #DEDEDE. Windows color (decimal): -3218948 or 16572878. OLE color: 16572878.

HSL color Cylindrical-coordinate representation of color #CEE1FC: hue angle of 215.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE1FC is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206225252-
CMYK0.180.1100.01
HSL215.22º88.46%89.8%-
HSV(B)215.22º18.25%98.82%-
XYZ69.9574102.69-
YUV222.4144.71116.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=30.16%
G=32.94%
B=36.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062252520.180.1100.01215.2288.4689.8
HexCEE1FC12B01d7585a
Octal316341374221301327130132
Binary110011101110000111111100100101011011101011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1FC; }

 p { color: rgb(206,225,252); }

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

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

 a { background-color: rgb(206,225,252); }

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

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

 span { border-color: rgb(206,225,252); }

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