#C5DDFF

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

Shades of Hawkes Blue #C5DDFF

Tints of Hawkes Blue #C5DDFF

Color information

#C5DDFF (or 0xC5DDFF) is unknown color: approx Hawkes Blue. HEX triplet: C5, DD and FF. RGB value is (197,221,255). Sum of RGB (Red+Green+Blue) = 197+221+255=673 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.27% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDFF is #3A2200. Grayscale: #D9D9D9. Windows color (decimal): -3809793 or 16768453. OLE color: 16768453.

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

Color convert

RGB197221255-
CMYK0.230.1300
HSL215.17º100%88.63%-
HSV(B)215.17º22.75%100%-
XYZ66.9370.8104.75-
YUV217.7149.05113.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.27%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 255 (100% from 255) = 37.89%
R=29.27%
G=32.84%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972212550.230.1300215.1710088.63
HexC5DDFF17D00d76459
Octal305335377271500327144131
Binary110001011101110111111111101111101001101011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDFF; }

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

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

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

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

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

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

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

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