#C5DDFC

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

Shades of Hawkes Blue #C5DDFC

Tints of Hawkes Blue #C5DDFC

Color information

#C5DDFC (or 0xC5DDFC) is unknown color: approx Hawkes Blue. HEX triplet: C5, DD and FC. RGB value is (197,221,252). Sum of RGB (Red+Green+Blue) = 197+221+252=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDFC is #3A2203. Grayscale: #D9D9D9. Windows color (decimal): -3809796 or 16571845. OLE color: 16571845.

HSL color Cylindrical-coordinate representation of color #C5DDFC: hue angle of 213.82º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DDFC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197221252-
CMYK0.220.1200.01
HSL213.82º90.16%88.04%-
HSV(B)213.82º21.83%98.82%-
XYZ66.4570.61102.22-
YUV217.36147.55113.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=29.40%
G=32.99%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972212520.220.1200.01213.8290.1688.04
HexC5DDFC16C01d65a58
Octal305335374261401326132130
Binary110001011101110111111100101101100011101011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDFC; }

 p { color: rgb(197,221,252); }

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

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

 a { background-color: rgb(197,221,252); }

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

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

 span { border-color: rgb(197,221,252); }

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