Html Css Color HEX #CEE3FF Hawkes Blue

📋 copy color: '#CEE3FF'

red 206 ◦ green 227 ◦ blue 255

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

Shades of Hawkes Blue #CEE3FF

Tints of Hawkes Blue #CEE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.99%

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

R = 29.94%
G = 32.99%
B = 37.06%

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

#CEE3FF (or 0xCEE3FF) is known color: Hawkes Blue. HEX triplet: CE, E3 and FF. RGB value is (206,227,255). Sum of RGB (Red+Green+Blue) = 206+227+255=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3FF is #311C00. Grayscale: #DFDFDF. Windows color (decimal): -3218433 or 16769998. OLE color: 16769998.

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

Color convert

RGB 206 227 255 -
CMYK 0.19 0.11 0 0
HSL 214.29º 1% 0.9% -
HSV(B) 214.29º 0.19% 1% -
XYZ 70.97 75.28 105.4 -
YUV 223.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 206 227 255 0.19 0.11 0 0 214.29 1 0.9
Hex CE E3 FF 13 B 0 0 D6 64 5A
Octal 316 343 377 23 13 0 0 326 144 132
Binary 11001110 11100011 11111111 10011 1011 0 0 11010110 1100100 1011010

Color Harmonies of #CEE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3FF

Black with #CEE3FF

Text Example


Text Example

White with #CEE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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