#C5DAFF

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

Shades of Hawkes Blue #C5DAFF

Tints of Hawkes Blue #C5DAFF

Color information

#C5DAFF (or 0xC5DAFF) is unknown color: approx Hawkes Blue. HEX triplet: C5, DA and FF. RGB value is (197,218,255). Sum of RGB (Red+Green+Blue) = 197+218+255=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFF is #3A2500. Grayscale: #D7D7D7. Windows color (decimal): -3810561 or 16767685. OLE color: 16767685.

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

Color convert

RGB197218255-
CMYK0.230.1500
HSL218.28º100%88.63%-
HSV(B)218.28º22.75%100%-
XYZ66.1569.23104.48-
YUV215.94150.04114.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 255 (100% from 255) = 38.06%
R=29.40%
G=32.54%
B=38.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972182550.230.1500218.2810088.63
HexC5DAFF17F00da6459
Octal305332377271700332144131
Binary110001011101101011111111101111111001101101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAFF; }

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

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

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

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

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

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

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

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