Html Css Color HEX #CFD9F0 Hawkes Blue

📋 copy color: '#CFD9F0'

red 207 ◦ green 217 ◦ blue 240

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

Shades of Hawkes Blue #CFD9F0

Tints of Hawkes Blue #CFD9F0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.68%

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 31.17%
G = 32.68%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFD9F0 (or 0xCFD9F0) is known color: Hawkes Blue. HEX triplet: CF, D9 and F0. RGB value is (207,217,240). Sum of RGB (Red+Green+Blue) = 207+217+240=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9F0 is #30260F. Grayscale: #D8D8D8. Windows color (decimal): -3155472 or 15784399. OLE color: 15784399.

HSL color Cylindrical-coordinate representation of color #CFD9F0: hue angle of 221.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD9F0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 217 240 -
CMYK 0.14 0.10 0 0.06
HSL 221.82º 0.52% 0.88% -
HSV(B) 221.82º 0.14% 0.94% -
XYZ 66.27 69.18 92.3 -
YUV 216.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 207 217 240 0.14 0.10 0 0.06 221.82 0.52 0.88
Hex CF D9 F0 E A 0 6 DE 34 58
Octal 317 331 360 16 12 0 6 336 64 130
Binary 11001111 11011001 11110000 1110 1010 0 110 11011110 110100 1011000

Color Harmonies of #CFD9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9F0

Black with #CFD9F0

Text Example


Text Example

White with #CFD9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9F0; }

 p { color: rgb(207,217,240); }

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

background-color css

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

 a { background-color: rgb(207,217,240); }

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

border-color css

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

 span { border-color: rgb(207,217,240); }

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