#C2DDFF

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

Shades of Hawkes Blue #C2DDFF

Tints of Hawkes Blue #C2DDFF

Color information

#C2DDFF (or 0xC2DDFF) is unknown color: approx Hawkes Blue. HEX triplet: C2, DD and FF. RGB value is (194,221,255). Sum of RGB (Red+Green+Blue) = 194+221+255=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DDFF is #3D2200. Grayscale: #D8D8D8. Windows color (decimal): -4006401 or 16768450. OLE color: 16768450.

HSL color Cylindrical-coordinate representation of color #C2DDFF: hue angle of 213.44º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2DDFF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194221255-
CMYK0.240.1300
HSL213.44º100%88.04%-
HSV(B)213.44º23.92%100%-
XYZ66.1570.4104.71-
YUV216.8149.55111.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.96%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 255 (100% from 255) = 38.06%
R=28.96%
G=32.99%
B=38.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942212550.240.1300213.4410088.04
HexC2DDFF18D00d56458
Octal302335377301500325144130
Binary110000101101110111111111110001101001101010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DDFF; }

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

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

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

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

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

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

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

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