#C5DCFF

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

Shades of Hawkes Blue #C5DCFF

Tints of Hawkes Blue #C5DCFF

Color information

#C5DCFF (or 0xC5DCFF) is unknown color: approx Hawkes Blue. HEX triplet: C5, DC and FF. RGB value is (197,220,255). Sum of RGB (Red+Green+Blue) = 197+220+255=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCFF is #3A2300. Grayscale: #D8D8D8. Windows color (decimal): -3810049 or 16768197. OLE color: 16768197.

HSL color Cylindrical-coordinate representation of color #C5DCFF: hue angle of 216.21º 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 #C5DCFF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197220255-
CMYK0.230.1400
HSL216.21º100%88.63%-
HSV(B)216.21º22.75%100%-
XYZ66.6770.28104.66-
YUV217.11149.38113.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.32%
GREEN value IS 220 (86.33% from 255) = 32.74%
BLUE value IS 255 (100% from 255) = 37.95%
R=29.32%
G=32.74%
B=37.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972202550.230.1400216.2110088.63
HexC5DCFF17E00d86459
Octal305334377271600330144131
Binary110001011101110011111111101111110001101100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCFF; }

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

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

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

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

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

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

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

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