#CEE0FE

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

Shades of Hawkes Blue #CEE0FE

Tints of Hawkes Blue #CEE0FE

Color information

#CEE0FE (or 0xCEE0FE) is unknown color: approx Hawkes Blue. HEX triplet: CE, E0 and FE. RGB value is (206,224,254). Sum of RGB (Red+Green+Blue) = 206+224+254=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0FE is #311F01. Grayscale: #DDDDDD. Windows color (decimal): -3219202 or 16703694. OLE color: 16703694.

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

Color convert

RGB206224254-
CMYK0.190.1200.00
HSL217.5º96%90.2%-
HSV(B)217.5º18.9%99.61%-
XYZ7073.59104.28-
YUV222.04146.04116.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=30.12%
G=32.75%
B=37.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062242540.190.1200.00217.59690.2
HexCEE0FE13C00da605a
Octal316340376231400332140132
Binary110011101110000011111110100111100001101101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0FE; }

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

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

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

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

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

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

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

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