#CCD9F9

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

Shades of Hawkes Blue #CCD9F9

Tints of Hawkes Blue #CCD9F9

Color information

#CCD9F9 (or 0xCCD9F9) is unknown color: approx Hawkes Blue. HEX triplet: CC, D9 and F9. RGB value is (204,217,249). Sum of RGB (Red+Green+Blue) = 204+217+249=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9F9 is #332606. Grayscale: #D8D8D8. Windows color (decimal): -3352071 or 16374220. OLE color: 16374220.

HSL color Cylindrical-coordinate representation of color #CCD9F9: hue angle of 222.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD9F9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204217249-
CMYK0.180.1300.02
HSL222.67º78.95%88.82%-
HSV(B)222.67º18.07%97.65%-
XYZ66.8169.399.48-
YUV216.76146.19118.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 217 (85.16% from 255) = 32.39%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=30.45%
G=32.39%
B=37.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042172490.180.1300.02222.6778.9588.82
HexCCD9F912D02df4f59
Octal314331371221502337117131
Binary1100110011011001111110011001011010101101111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9F9; }

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

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

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

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

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

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

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

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