Html Css Color HEX #CFDAEF Hawkes Blue

📋 copy color: '#CFDAEF'

red 207 ◦ green 218 ◦ blue 239

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

Shades of Hawkes Blue #CFDAEF

Tints of Hawkes Blue #CFDAEF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.83%

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 31.17%
G = 32.83%
B = 35.99%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFDAEF (or 0xCFDAEF) is known color: Hawkes Blue. HEX triplet: CF, DA and EF. RGB value is (207,218,239). Sum of RGB (Red+Green+Blue) = 207+218+239=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAEF is #302510. Grayscale: #D9D9D9. Windows color (decimal): -3155217 or 15719119. OLE color: 15719119.

HSL color Cylindrical-coordinate representation of color #CFDAEF: hue angle of 219.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDAEF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 218 239 -
CMYK 0.13 0.09 0 0.06
HSL 219.38º 0.5% 0.87% -
HSV(B) 219.38º 0.13% 0.94% -
XYZ 66.38 69.64 91.6 -
YUV 217.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 207 218 239 0.13 0.09 0 0.06 219.38 0.5 0.87
Hex CF DA EF D 9 0 6 DB 32 57
Octal 317 332 357 15 11 0 6 333 62 127
Binary 11001111 11011010 11101111 1101 1001 0 110 11011011 110010 1010111

Color Harmonies of #CFDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDAEF

Black with #CFDAEF

Text Example


Text Example

White with #CFDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDAEF; }

 p { color: rgb(207,218,239); }

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

background-color css

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

 a { background-color: rgb(207,218,239); }

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

border-color css

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

 span { border-color: rgb(207,218,239); }

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