#C5D9ED

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

Shades of Hawkes Blue #C5D9ED

Tints of Hawkes Blue #C5D9ED

Color information

#C5D9ED (or 0xC5D9ED) is unknown color: approx Hawkes Blue. HEX triplet: C5, D9 and ED. RGB value is (197,217,237). Sum of RGB (Red+Green+Blue) = 197+217+237=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5D9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D9ED is #3A2612. Grayscale: #D5D5D5. Windows color (decimal): -3810835 or 15587781. OLE color: 15587781.

HSL color Cylindrical-coordinate representation of color #C5D9ED: hue angle of 210º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D9ED is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197217237-
CMYK0.170.0800.07
HSL210º52.63%85.1%-
HSV(B)210º16.88%92.94%-
XYZ63.1267.6189.84-
YUV213.3141.37116.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.26%
GREEN value IS 217 (85.16% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=30.26%
G=33.33%
B=36.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972172370.170.0800.0721052.6385.1
HexC5D9ED11807d23555
Octal30533135521100732265125
Binary1100010111011001111011011000110000111110100101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D9ED; }

 p { color: rgb(197,217,237); }

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

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

 a { background-color: rgb(197,217,237); }

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

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

 span { border-color: rgb(197,217,237); }

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