#CCDBF9

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

Shades of Hawkes Blue #CCDBF9

Tints of Hawkes Blue #CCDBF9

Color information

#CCDBF9 (or 0xCCDBF9) is unknown color: approx Hawkes Blue. HEX triplet: CC, DB and F9. RGB value is (204,219,249). Sum of RGB (Red+Green+Blue) = 204+219+249=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF9 is #332406. Grayscale: #D9D9D9. Windows color (decimal): -3351559 or 16374732. OLE color: 16374732.

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

Color convert

RGB204219249-
CMYK0.180.1200.02
HSL220º78.95%88.82%-
HSV(B)220º18.07%97.65%-
XYZ67.3370.3499.65-
YUV217.93145.53118.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 219 (85.94% from 255) = 32.59%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=30.36%
G=32.59%
B=37.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042192490.180.1200.0222078.9588.82
HexCCDBF912C02dc4f59
Octal314333371221402334117131
Binary1100110011011011111110011001011000101101110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBF9; }

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

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

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

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

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

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

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

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