Html Css Color HEX #CEE1FE Hawkes Blue

📋 copy color: '#CEE1FE'

red 206 ◦ green 225 ◦ blue 254

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

Shades of Hawkes Blue #CEE1FE

Tints of Hawkes Blue #CEE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.85%

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

R = 30.07%
G = 32.85%
B = 37.08%

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

#CEE1FE (or 0xCEE1FE) is known color: Hawkes Blue. HEX triplet: CE, E1 and FE. RGB value is (206,225,254). Sum of RGB (Red+Green+Blue) = 206+225+254=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FE is #311E01. Grayscale: #DEDEDE. Windows color (decimal): -3218946 or 16703950. OLE color: 16703950.

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

Color convert

RGB 206 225 254 -
CMYK 0.19 0.11 0 0.00
HSL 216.25º 0.96% 0.9% -
HSV(B) 216.25º 0.19% 1% -
XYZ 70.27 74.13 104.37 -
YUV 222.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 206 225 254 0.19 0.11 0 0.00 216.25 0.96 0.9
Hex CE E1 FE 13 B 0 0 D8 60 5A
Octal 316 341 376 23 13 0 0 330 140 132
Binary 11001110 11100001 11111110 10011 1011 0 0 11011000 1100000 1011010

Color Harmonies of #CEE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1FE

Black with #CEE1FE

Text Example


Text Example

White with #CEE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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