#C5DAF0

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

Shades of Hawkes Blue #C5DAF0

Tints of Hawkes Blue #C5DAF0

Color information

#C5DAF0 (or 0xC5DAF0) is unknown color: approx Hawkes Blue. HEX triplet: C5, DA and F0. RGB value is (197,218,240). Sum of RGB (Red+Green+Blue) = 197+218+240=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #C5DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAF0 is #3A250F. Grayscale: #D6D6D6. Windows color (decimal): -3810576 or 15784645. OLE color: 15784645.

HSL color Cylindrical-coordinate representation of color #C5DAF0: hue angle of 210.7º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DAF0 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197218240-
CMYK0.180.0900.06
HSL210.7º58.9%85.69%-
HSV(B)210.7º17.92%94.12%-
XYZ63.8368.392.26-
YUV214.23142.54115.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.08%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=30.08%
G=33.28%
B=36.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972182400.180.0900.06210.758.985.69
HexC5DAF012906d33b56
Octal30533236022110632373126
Binary1100010111011010111100001001010010110110100111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAF0; }

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

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

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

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

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

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

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

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