Html Css Color HEX #CEE2FC Hawkes Blue

📋 copy color: '#CEE2FC'

red 206 ◦ green 226 ◦ blue 252

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

Shades of Hawkes Blue #CEE2FC

Tints of Hawkes Blue #CEE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.84%

R = 30.12%
G = 33.04%
B = 36.84%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEE2FC (or 0xCEE2FC) is known color: Hawkes Blue. HEX triplet: CE, E2 and FC. RGB value is (206,226,252). Sum of RGB (Red+Green+Blue) = 206+226+252=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FC is #311D03. Grayscale: #DEDEDE. Windows color (decimal): -3218692 or 16573134. OLE color: 16573134.

HSL color Cylindrical-coordinate representation of color #CEE2FC: hue angle of 213.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE2FC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 226 252 -
CMYK 0.18 0.10 0 0.01
HSL 213.91º 0.88% 0.9% -
HSV(B) 213.91º 0.18% 0.99% -
XYZ 70.22 74.54 102.78 -
YUV 222.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 206 226 252 0.18 0.10 0 0.01 213.91 0.88 0.9
Hex CE E2 FC 12 A 0 1 D6 58 5A
Octal 316 342 374 22 12 0 1 326 130 132
Binary 11001110 11100010 11111100 10010 1010 0 1 11010110 1011000 1011010

Color Harmonies of #CEE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2FC

Black with #CEE2FC

Text Example


Text Example

White with #CEE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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