#CCD9F0

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

Shades of Hawkes Blue #CCD9F0

Tints of Hawkes Blue #CCD9F0

Color information

#CCD9F0 (or 0xCCD9F0) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and F0. RGB value is (204,217,240). Sum of RGB (Red+Green+Blue) = 204+217+240=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F0 is #33260F. Grayscale: #D7D7D7. Windows color (decimal): -3352080 or 15784396. OLE color: 15784396.

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

Color convert

RGB204217240-
CMYK0.150.1000.06
HSL218.33º54.55%87.06%-
HSV(B)218.33º15%94.12%-
XYZ65.4468.7592.26-
YUV215.74141.69119.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 240 (94.14% from 255) = 36.31%
R=30.86%
G=32.83%
B=36.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042172400.150.1000.06218.3354.5587.06
HexCCD9F0FA06da3757
Octal31433136017120633267127
Binary110011001101100111110000111110100110110110101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9F0; }

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

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

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

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

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

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

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

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