Html Css Color HEX #CEE1FF Hawkes Blue

📋 copy color: '#CEE1FF'

red 206 ◦ green 225 ◦ blue 255

#CEE1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CEE1FF

Tints of Hawkes Blue #CEE1FF

RGB

 RED value IS 206 (80.86% from 255) = 30.03%

 GREEN value IS 225 (88.28% from 255) = 32.8%

 BLUE value IS 255 (100% from 255) = 37.17%

R = 30.03%
G = 32.8%
B = 37.17%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEE1FF (or 0xCEE1FF) is known color: Hawkes Blue. HEX triplet: CE, E1 and FF. RGB value is (206,225,255). Sum of RGB (Red+Green+Blue) = 206+225+255=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FF is #311E00. Grayscale: #DEDEDE. Windows color (decimal): -3218945 or 16769486. OLE color: 16769486.

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

Color convert

RGB 206 225 255 -
CMYK 0.19 0.12 0 0
HSL 216.73º 1% 0.9% -
HSV(B) 216.73º 0.19% 1% -
XYZ 70.43 74.19 105.22 -
YUV 222.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 206 225 255 0.19 0.12 0 0 216.73 1 0.9
Hex CE E1 FF 13 C 0 0 D9 64 5A
Octal 316 341 377 23 14 0 0 331 144 132
Binary 11001110 11100001 11111111 10011 1100 0 0 11011001 1100100 1011010

Color Harmonies of #CEE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1FF

Black with #CEE1FF

Text Example


Text Example

White with #CEE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1FF; }

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

 H1.HeaderClassName
 {
   color: #CEE1FF;
 }
 .AnyTagClassName
 {
   color: #CEE1FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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