Html Css Color HEX #CEDFFB Hawkes Blue

📋 copy color: '#CEDFFB'

red 206 ◦ green 223 ◦ blue 251

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

Shades of Hawkes Blue #CEDFFB

Tints of Hawkes Blue #CEDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.79%

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 30.29%
G = 32.79%
B = 36.91%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEDFFB (or 0xCEDFFB) is known color: Hawkes Blue. HEX triplet: CE, DF and FB. RGB value is (206,223,251). Sum of RGB (Red+Green+Blue) = 206+223+251=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFB is #312004. Grayscale: #DCDCDC. Windows color (decimal): -3219461 or 16506830. OLE color: 16506830.

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

Color convert

RGB 206 223 251 -
CMYK 0.18 0.11 0 0.02
HSL 217.33º 0.85% 0.9% -
HSV(B) 217.33º 0.18% 0.98% -
XYZ 69.25 72.86 101.68 -
YUV 221.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 206 223 251 0.18 0.11 0 0.02 217.33 0.85 0.9
Hex CE DF FB 12 B 0 2 D9 55 5A
Octal 316 337 373 22 13 0 2 331 125 132
Binary 11001110 11011111 11111011 10010 1011 0 10 11011001 1010101 1011010

Color Harmonies of #CEDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFFB

Black with #CEDFFB

Text Example


Text Example

White with #CEDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFFB; }

 p { color: rgb(206,223,251); }

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

background-color css

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

 a { background-color: rgb(206,223,251); }

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

border-color css

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

 span { border-color: rgb(206,223,251); }

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