Html Css Color HEX #CFDEF1 Hawkes Blue

📋 copy color: '#CFDEF1'

red 207 ◦ green 222 ◦ blue 241

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

Shades of Hawkes Blue #CFDEF1

Tints of Hawkes Blue #CFDEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.97%

R = 30.9%
G = 33.13%
B = 35.97%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFDEF1 (or 0xCFDEF1) is known color: Hawkes Blue. HEX triplet: CF, DE and F1. RGB value is (207,222,241). Sum of RGB (Red+Green+Blue) = 207+222+241=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEF1 is #30210E. Grayscale: #DBDBDB. Windows color (decimal): -3154191 or 15851215. OLE color: 15851215.

HSL color Cylindrical-coordinate representation of color #CFDEF1: hue angle of 213.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDEF1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 222 241 -
CMYK 0.14 0.08 0 0.05
HSL 213.53º 0.55% 0.88% -
HSV(B) 213.53º 0.14% 0.95% -
XYZ 67.73 71.86 93.52 -
YUV 219.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 207 222 241 0.14 0.08 0 0.05 213.53 0.55 0.88
Hex CF DE F1 E 8 0 5 D6 37 58
Octal 317 336 361 16 10 0 5 326 67 130
Binary 11001111 11011110 11110001 1110 1000 0 101 11010110 110111 1011000

Color Harmonies of #CFDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEF1

Black with #CFDEF1

Text Example


Text Example

White with #CFDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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