Html Css Color HEX #CEE2FD Hawkes Blue

📋 copy color: '#CEE2FD'

red 206 ◦ green 226 ◦ blue 253

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

Shades of Hawkes Blue #CEE2FD

Tints of Hawkes Blue #CEE2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 30.07%
G = 32.99%
B = 36.93%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEE2FD (or 0xCEE2FD) is known color: Hawkes Blue. HEX triplet: CE, E2 and FD. RGB value is (206,226,253). Sum of RGB (Red+Green+Blue) = 206+226+253=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FD is #311D02. Grayscale: #DEDEDE. Windows color (decimal): -3218691 or 16638670. OLE color: 16638670.

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

Color convert

RGB 206 226 253 -
CMYK 0.19 0.11 0 0.01
HSL 214.47º 0.92% 0.9% -
HSV(B) 214.47º 0.19% 0.99% -
XYZ 70.38 74.61 103.62 -
YUV 223.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 206 226 253 0.19 0.11 0 0.01 214.47 0.92 0.9
Hex CE E2 FD 13 B 0 1 D6 5C 5A
Octal 316 342 375 23 13 0 1 326 134 132
Binary 11001110 11100010 11111101 10011 1011 0 1 11010110 1011100 1011010

Color Harmonies of #CEE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2FD

Black with #CEE2FD

Text Example


Text Example

White with #CEE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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