#C5DCF9

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

Shades of Hawkes Blue #C5DCF9

Tints of Hawkes Blue #C5DCF9

Color information

#C5DCF9 (or 0xC5DCF9) is unknown color: approx Hawkes Blue. HEX triplet: C5, DC and F9. RGB value is (197,220,249). Sum of RGB (Red+Green+Blue) = 197+220+249=666 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.58% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCF9 is #3A2306. Grayscale: #D8D8D8. Windows color (decimal): -3810055 or 16374981. OLE color: 16374981.

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

Color convert

RGB197220249-
CMYK0.210.1200.02
HSL213.46º81.25%87.45%-
HSV(B)213.46º20.88%97.65%-
XYZ65.7269.999.65-
YUV216.43146.38114.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.58%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=29.58%
G=33.03%
B=37.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972202490.210.1200.02213.4681.2587.45
HexC5DCF915C02d55157
Octal305334371251402325121127
Binary1100010111011100111110011010111000101101010110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCF9; }

 p { color: rgb(197,220,249); }

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

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

 a { background-color: rgb(197,220,249); }

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

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

 span { border-color: rgb(197,220,249); }

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