#C5DAFE

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

Shades of Hawkes Blue #C5DAFE

Tints of Hawkes Blue #C5DAFE

Color information

#C5DAFE (or 0xC5DAFE) is unknown color: approx Hawkes Blue. HEX triplet: C5, DA and FE. RGB value is (197,218,254). Sum of RGB (Red+Green+Blue) = 197+218+254=669 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.45% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFE is #3A2501. Grayscale: #D7D7D7. Windows color (decimal): -3810562 or 16702149. OLE color: 16702149.

HSL color Cylindrical-coordinate representation of color #C5DAFE: hue angle of 217.89º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DAFE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197218254-
CMYK0.220.1400.00
HSL217.89º96.61%88.43%-
HSV(B)217.89º22.44%99.61%-
XYZ65.9969.17103.64-
YUV215.82149.54114.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.45%
GREEN value IS 218 (85.55% from 255) = 32.59%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=29.45%
G=32.59%
B=37.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972182540.220.1400.00217.8996.6188.43
HexC5DAFE16E00da6158
Octal305332376261600332141130
Binary110001011101101011111110101101110001101101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAFE; }

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

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

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

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

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

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

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

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