#CCD7F9

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

Shades of Hawkes Blue #CCD7F9

Tints of Hawkes Blue #CCD7F9

Color information

#CCD7F9 (or 0xCCD7F9) is unknown color: approx Hawkes Blue. HEX triplet: CC, D7 and F9. RGB value is (204,215,249). Sum of RGB (Red+Green+Blue) = 204+215+249=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCD7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7F9 is #332806. Grayscale: #D7D7D7. Windows color (decimal): -3352583 or 16373708. OLE color: 16373708.

HSL color Cylindrical-coordinate representation of color #CCD7F9: hue angle of 225.33º 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 #CCD7F9 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204215249-
CMYK0.180.1400.02
HSL225.33º78.95%88.82%-
HSV(B)225.33º18.07%97.65%-
XYZ66.368.2899.31-
YUV215.59146.86119.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 249 (97.66% from 255) = 37.28%
R=30.54%
G=32.19%
B=37.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042152490.180.1400.02225.3378.9588.82
HexCCD7F912E02e14f59
Octal314327371221602341117131
Binary1100110011010111111110011001011100101110000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7F9; }

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

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

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

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

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

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

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

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