#CEE1FE

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

Shades of Hawkes Blue #CEE1FE

Tints of Hawkes Blue #CEE1FE

Color information

#CEE1FE (or 0xCEE1FE) is unknown color: approx Hawkes Blue. HEX triplet: CE, E1 and FE. RGB value is (206,225,254). Sum of RGB (Red+Green+Blue) = 206+225+254=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FE is #311E01. Grayscale: #DEDEDE. Windows color (decimal): -3218946 or 16703950. OLE color: 16703950.

HSL color Cylindrical-coordinate representation of color #CEE1FE: hue angle of 216.25º 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 #CEE1FE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206225254-
CMYK0.190.1100.00
HSL216.25º96%90.2%-
HSV(B)216.25º18.9%99.61%-
XYZ70.2774.13104.37-
YUV222.62145.71116.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.07%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=30.07%
G=32.85%
B=37.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062252540.190.1100.00216.259690.2
HexCEE1FE13B00d8605a
Octal316341376231300330140132
Binary110011101110000111111110100111011001101100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1FE; }

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

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

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

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

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

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

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

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