Html Css Color HEX #CEE1FA Hawkes Blue

📋 copy color: '#CEE1FA'

red 206 ◦ green 225 ◦ blue 250

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

Shades of Hawkes Blue #CEE1FA

Tints of Hawkes Blue #CEE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.71%

R = 30.25%
G = 33.04%
B = 36.71%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEE1FA (or 0xCEE1FA) is known color: Hawkes Blue. HEX triplet: CE, E1 and FA. RGB value is (206,225,250). Sum of RGB (Red+Green+Blue) = 206+225+250=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FA is #311E05. Grayscale: #DEDEDE. Windows color (decimal): -3218950 or 16441806. OLE color: 16441806.

HSL color Cylindrical-coordinate representation of color #CEE1FA: hue angle of 214.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE1FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 225 250 -
CMYK 0.18 0.10 0 0.02
HSL 214.09º 0.81% 0.89% -
HSV(B) 214.09º 0.18% 0.98% -
XYZ 69.63 73.87 101.03 -
YUV 222.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 206 225 250 0.18 0.10 0 0.02 214.09 0.81 0.89
Hex CE E1 FA 12 A 0 2 D6 51 59
Octal 316 341 372 22 12 0 2 326 121 131
Binary 11001110 11100001 11111010 10010 1010 0 10 11010110 1010001 1011001

Color Harmonies of #CEE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1FA

Black with #CEE1FA

Text Example


Text Example

White with #CEE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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