Html Css Color HEX #CFDEEF Hawkes Blue

📋 copy color: '#CFDEEF'

red 207 ◦ green 222 ◦ blue 239

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

Shades of Hawkes Blue #CFDEEF

Tints of Hawkes Blue #CFDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.23%

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

R = 30.99%
G = 33.23%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFDEEF (or 0xCFDEEF) is known color: Hawkes Blue. HEX triplet: CF, DE and EF. RGB value is (207,222,239). Sum of RGB (Red+Green+Blue) = 207+222+239=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEEF is #302110. Grayscale: #DBDBDB. Windows color (decimal): -3154193 or 15720143. OLE color: 15720143.

HSL color Cylindrical-coordinate representation of color #CFDEEF: hue angle of 211.88º 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 #CFDEEF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 222 239 -
CMYK 0.13 0.07 0 0.06
HSL 211.88º 0.5% 0.87% -
HSV(B) 211.88º 0.13% 0.94% -
XYZ 67.43 71.74 91.95 -
YUV 219.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 207 222 239 0.13 0.07 0 0.06 211.88 0.5 0.87
Hex CF DE EF D 7 0 6 D4 32 57
Octal 317 336 357 15 7 0 6 324 62 127
Binary 11001111 11011110 11101111 1101 111 0 110 11010100 110010 1010111

Color Harmonies of #CFDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEEF

Black with #CFDEEF

Text Example


Text Example

White with #CFDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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