#CCD8F0

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

Shades of Hawkes Blue #CCD8F0

Tints of Hawkes Blue #CCD8F0

Color information

#CCD8F0 (or 0xCCD8F0) is unknown color: approx Hawkes Blue. HEX triplet: CC, D8 and F0. RGB value is (204,216,240). Sum of RGB (Red+Green+Blue) = 204+216+240=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8F0 is #33270F. Grayscale: #D7D7D7. Windows color (decimal): -3352336 or 15784140. OLE color: 15784140.

HSL color Cylindrical-coordinate representation of color #CCD8F0: hue angle of 220º 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 #CCD8F0 is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204216240-
CMYK0.150.100.06
HSL220º54.55%87.06%-
HSV(B)220º15%94.12%-
XYZ65.1968.2492.17-
YUV215.15142.02120.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 216 (84.77% from 255) = 32.73%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=30.91%
G=32.73%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042162400.150.100.0622054.5587.06
HexCCD8F0FA06dc3757
Octal31433036017120633467127
Binary110011001101100011110000111110100110110111001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8F0; }

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

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

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

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

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

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

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

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