Html Css Color HEX #CEE1FD Hawkes Blue

📋 copy color: '#CEE1FD'

red 206 ◦ green 225 ◦ blue 253

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

Shades of Hawkes Blue #CEE1FD

Tints of Hawkes Blue #CEE1FD

RGB

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

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

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

R = 30.12%
G = 32.89%
B = 36.99%

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

#CEE1FD (or 0xCEE1FD) is known color: Hawkes Blue. HEX triplet: CE, E1 and FD. RGB value is (206,225,253). Sum of RGB (Red+Green+Blue) = 206+225+253=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FD is #311E02. Grayscale: #DEDEDE. Windows color (decimal): -3218947 or 16638414. OLE color: 16638414.

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

Color convert

RGB 206 225 253 -
CMYK 0.19 0.11 0 0.01
HSL 215.74º 0.92% 0.9% -
HSV(B) 215.74º 0.19% 0.99% -
XYZ 70.11 74.06 103.53 -
YUV 222.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 206 225 253 0.19 0.11 0 0.01 215.74 0.92 0.9
Hex CE E1 FD 13 B 0 1 D8 5C 5A
Octal 316 341 375 23 13 0 1 330 134 132
Binary 11001110 11100001 11111101 10011 1011 0 1 11011000 1011100 1011010

Color Harmonies of #CEE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1FD

Black with #CEE1FD

Text Example


Text Example

White with #CEE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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