#CFD9EB

Color #CFD9EB Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CFD9EB

Tints of Hawkes Blue #CFD9EB

Color information

#CFD9EB (or 0xCFD9EB) is unknown color: approx Hawkes Blue. HEX triplet: CF, D9 and EB. RGB value is (207,217,235). Sum of RGB (Red+Green+Blue) = 207+217+235=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9EB is #302614. Grayscale: #D7D7D7. Windows color (decimal): -3155477 or 15456719. OLE color: 15456719.

HSL color Cylindrical-coordinate representation of color #CFD9EB: hue angle of 218.57º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD9EB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207217235-
CMYK0.120.0800.08
HSL218.57º41.18%86.67%-
HSV(B)218.57º11.91%92.16%-
XYZ65.5468.8988.44-
YUV216.06138.69121.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=31.41%
G=32.93%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072172350.120.0800.08218.5741.1886.67
HexCFD9EBC808db2957
Octal317331353141001033351127
Binary1100111111011001111010111100100001000110110111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9EB; }

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

 H1.HeaderClassName
 {
   color: #CFD9EB;
 }
 .AnyTagClassName
 {
   color: #CFD9EB;
 }
</style>
background-color css

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

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

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

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

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

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