Html Css Color HEX #CEE0FF Hawkes Blue

📋 copy color: '#CEE0FF'

red 206 ◦ green 224 ◦ blue 255

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

Shades of Hawkes Blue #CEE0FF

Tints of Hawkes Blue #CEE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.7%

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

R = 30.07%
G = 32.7%
B = 37.23%

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

#CEE0FF (or 0xCEE0FF) is known color: Hawkes Blue. HEX triplet: CE, E0 and FF. RGB value is (206,224,255). Sum of RGB (Red+Green+Blue) = 206+224+255=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0FF is #311F00. Grayscale: #DEDEDE. Windows color (decimal): -3219201 or 16769230. OLE color: 16769230.

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

Color convert

RGB 206 224 255 -
CMYK 0.19 0.12 0 0
HSL 217.96º 1% 0.9% -
HSV(B) 217.96º 0.19% 1% -
XYZ 70.16 73.65 105.13 -
YUV 222.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 206 224 255 0.19 0.12 0 0 217.96 1 0.9
Hex CE E0 FF 13 C 0 0 DA 64 5A
Octal 316 340 377 23 14 0 0 332 144 132
Binary 11001110 11100000 11111111 10011 1100 0 0 11011010 1100100 1011010

Color Harmonies of #CEE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0FF

Black with #CEE0FF

Text Example


Text Example

White with #CEE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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