#CCDBF0

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

Shades of Hawkes Blue #CCDBF0

Tints of Hawkes Blue #CCDBF0

Color information

#CCDBF0 (or 0xCCDBF0) is unknown color: approx Hawkes Blue. HEX triplet: CC, DB and F0. RGB value is (204,219,240). Sum of RGB (Red+Green+Blue) = 204+219+240=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF0 is #33240F. Grayscale: #D8D8D8. Windows color (decimal): -3351568 or 15784908. OLE color: 15784908.

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

Color convert

RGB204219240-
CMYK0.150.0900.06
HSL215º54.55%87.06%-
HSV(B)215º15%94.12%-
XYZ65.9669.7992.43-
YUV216.91141.03118.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=30.77%
G=33.03%
B=36.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042192400.150.0900.0621554.5587.06
HexCCDBF0F906d73757
Octal31433336017110632767127
Binary110011001101101111110000111110010110110101111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBF0; }

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

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

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

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

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

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

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

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