Html Css Color HEX #CEE0F5 Hawkes Blue

📋 copy color: '#CEE0F5'

red 206 ◦ green 224 ◦ blue 245

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

Shades of Hawkes Blue #CEE0F5

Tints of Hawkes Blue #CEE0F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.3%

R = 30.52%
G = 33.19%
B = 36.3%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEE0F5 (or 0xCEE0F5) is known color: Hawkes Blue. HEX triplet: CE, E0 and F5. RGB value is (206,224,245). Sum of RGB (Red+Green+Blue) = 206+224+245=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEE0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F5 is #311F0A. Grayscale: #DCDCDC. Windows color (decimal): -3219211 or 16113870. OLE color: 16113870.

HSL color Cylindrical-coordinate representation of color #CEE0F5: hue angle of 212.31º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE0F5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 224 245 -
CMYK 0.16 0.09 0 0.04
HSL 212.31º 0.66% 0.88% -
HSV(B) 212.31º 0.16% 0.96% -
XYZ 68.59 73.03 96.87 -
YUV 221.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 206 224 245 0.16 0.09 0 0.04 212.31 0.66 0.88
Hex CE E0 F5 10 9 0 4 D4 42 58
Octal 316 340 365 20 11 0 4 324 102 130
Binary 11001110 11100000 11110101 10000 1001 0 100 11010100 1000010 1011000

Color Harmonies of #CEE0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0F5

Black with #CEE0F5

Text Example


Text Example

White with #CEE0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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