#CFD9ED

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

Shades of Hawkes Blue #CFD9ED

Tints of Hawkes Blue #CFD9ED

Color information

#CFD9ED (or 0xCFD9ED) is unknown color: approx Hawkes Blue. HEX triplet: CF, D9 and ED. RGB value is (207,217,237). Sum of RGB (Red+Green+Blue) = 207+217+237=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9ED is #302612. Grayscale: #D8D8D8. Windows color (decimal): -3155475 or 15587791. OLE color: 15587791.

HSL color Cylindrical-coordinate representation of color #CFD9ED: hue angle of 220º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD9ED is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207217237-
CMYK0.130.0800.07
HSL220º45.45%87.06%-
HSV(B)220º12.66%92.94%-
XYZ65.8369.0189.97-
YUV216.29139.69121.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=31.32%
G=32.83%
B=35.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072172370.130.0800.0722045.4587.06
HexCFD9EDD807dc2d57
Octal31733135515100733455127
Binary110011111101100111101101110110000111110111001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9ED; }

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

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

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

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

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

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

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

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