Html Css Color HEX #CEE2FE Hawkes Blue

📋 copy color: '#CEE2FE'

red 206 ◦ green 226 ◦ blue 254

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

Shades of Hawkes Blue #CEE2FE

Tints of Hawkes Blue #CEE2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.03%

R = 30.03%
G = 32.94%
B = 37.03%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CEE2FE (or 0xCEE2FE) is known color: Hawkes Blue. HEX triplet: CE, E2 and FE. RGB value is (206,226,254). Sum of RGB (Red+Green+Blue) = 206+226+254=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FE is #311D01. Grayscale: #DFDFDF. Windows color (decimal): -3218690 or 16704206. OLE color: 16704206.

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

Color convert

RGB 206 226 254 -
CMYK 0.19 0.11 0 0.00
HSL 215º 0.96% 0.9% -
HSV(B) 215º 0.19% 1% -
XYZ 70.54 74.67 104.46 -
YUV 223.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 206 226 254 0.19 0.11 0 0.00 215 0.96 0.9
Hex CE E2 FE 13 B 0 0 D7 60 5A
Octal 316 342 376 23 13 0 0 327 140 132
Binary 11001110 11100010 11111110 10011 1011 0 0 11010111 1100000 1011010

Color Harmonies of #CEE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2FE

Black with #CEE2FE

Text Example


Text Example

White with #CEE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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