Html Css Color HEX #CEE2FF Hawkes Blue

📋 copy color: '#CEE2FF'

red 206 ◦ green 226 ◦ blue 255

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

Shades of Hawkes Blue #CEE2FF

Tints of Hawkes Blue #CEE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.9%

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

R = 29.99%
G = 32.9%
B = 37.12%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEE2FF (or 0xCEE2FF) is known color: Hawkes Blue. HEX triplet: CE, E2 and FF. RGB value is (206,226,255). Sum of RGB (Red+Green+Blue) = 206+226+255=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FF is #311D00. Grayscale: #DFDFDF. Windows color (decimal): -3218689 or 16769742. OLE color: 16769742.

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

Color convert

RGB 206 226 255 -
CMYK 0.19 0.11 0 0
HSL 215.51º 1% 0.9% -
HSV(B) 215.51º 0.19% 1% -
XYZ 70.7 74.73 105.31 -
YUV 223.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 206 226 255 0.19 0.11 0 0 215.51 1 0.9
Hex CE E2 FF 13 B 0 0 D8 64 5A
Octal 316 342 377 23 13 0 0 330 144 132
Binary 11001110 11100010 11111111 10011 1011 0 0 11011000 1100100 1011010

Color Harmonies of #CEE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2FF

Black with #CEE2FF

Text Example


Text Example

White with #CEE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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