Html Css Color HEX #CFDBED Hawkes Blue

📋 copy color: '#CFDBED'

red 207 ◦ green 219 ◦ blue 237

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

Shades of Hawkes Blue #CFDBED

Tints of Hawkes Blue #CFDBED

RGB

 RED value IS 207 (81.25% from 255) = 31.22%

 GREEN value IS 219 (85.94% from 255) = 33.03%

 BLUE value IS 237 (92.97% from 255) = 35.75%

R = 31.22%
G = 33.03%
B = 35.75%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFDBED (or 0xCFDBED) is known color: Hawkes Blue. HEX triplet: CF, DB and ED. RGB value is (207,219,237). Sum of RGB (Red+Green+Blue) = 207+219+237=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBED is #302412. Grayscale: #D9D9D9. Windows color (decimal): -3154963 or 15588303. OLE color: 15588303.

HSL color Cylindrical-coordinate representation of color #CFDBED: hue angle of 216º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDBED is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 219 237 -
CMYK 0.13 0.08 0 0.07
HSL 216º 0.45% 0.87% -
HSV(B) 216º 0.13% 0.93% -
XYZ 66.35 70.04 90.14 -
YUV 217.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 207 219 237 0.13 0.08 0 0.07 216 0.45 0.87
Hex CF DB ED D 8 0 7 D8 2D 57
Octal 317 333 355 15 10 0 7 330 55 127
Binary 11001111 11011011 11101101 1101 1000 0 111 11011000 101101 1010111

Color Harmonies of #CFDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBED

Black with #CFDBED

Text Example


Text Example

White with #CFDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBED; }

 p { color: rgb(207,219,237); }

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

background-color css

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

 a { background-color: rgb(207,219,237); }

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

border-color css

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

 span { border-color: rgb(207,219,237); }

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