Html Css Color HEX #CFDEF5 Hawkes Blue

📋 copy color: '#CFDEF5'

red 207 ◦ green 222 ◦ blue 245

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

Shades of Hawkes Blue #CFDEF5

Tints of Hawkes Blue #CFDEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.35%

R = 30.71%
G = 32.94%
B = 36.35%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFDEF5 (or 0xCFDEF5) is known color: Hawkes Blue. HEX triplet: CF, DE and F5. RGB value is (207,222,245). Sum of RGB (Red+Green+Blue) = 207+222+245=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEF5 is #30210A. Grayscale: #DCDCDC. Windows color (decimal): -3154187 or 16113359. OLE color: 16113359.

HSL color Cylindrical-coordinate representation of color #CFDEF5: hue angle of 216.32º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDEF5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 222 245 -
CMYK 0.16 0.09 0 0.04
HSL 216.32º 0.66% 0.89% -
HSV(B) 216.32º 0.16% 0.96% -
XYZ 68.33 72.1 96.7 -
YUV 220.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 207 222 245 0.16 0.09 0 0.04 216.32 0.66 0.89
Hex CF DE F5 10 9 0 4 D8 42 59
Octal 317 336 365 20 11 0 4 330 102 131
Binary 11001111 11011110 11110101 10000 1001 0 100 11011000 1000010 1011001

Color Harmonies of #CFDEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEF5

Black with #CFDEF5

Text Example


Text Example

White with #CFDEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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