#C2DDFB

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

Shades of Hawkes Blue #C2DDFB

Tints of Hawkes Blue #C2DDFB

Color information

#C2DDFB (or 0xC2DDFB) is unknown color: approx Hawkes Blue. HEX triplet: C2, DD and FB. RGB value is (194,221,251). Sum of RGB (Red+Green+Blue) = 194+221+251=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDFB is #3D2204. Grayscale: #D8D8D8. Windows color (decimal): -4006405 or 16506306. OLE color: 16506306.

HSL color Cylindrical-coordinate representation of color #C2DDFB: hue angle of 211.58º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DDFB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194221251-
CMYK0.230.1200.02
HSL211.58º87.69%87.25%-
HSV(B)211.58º22.71%98.43%-
XYZ65.5270.15101.35-
YUV216.35147.55112.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.13%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=29.13%
G=33.18%
B=37.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942212510.230.1200.02211.5887.6987.25
HexC2DDFB17C02d45857
Octal302335373271402324130127
Binary1100001011011101111110111011111000101101010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDFB; }

 p { color: rgb(194,221,251); }

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

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

 a { background-color: rgb(194,221,251); }

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

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

 span { border-color: rgb(194,221,251); }

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