#C5DAFA

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

Shades of Hawkes Blue #C5DAFA

Tints of Hawkes Blue #C5DAFA

Color information

#C5DAFA (or 0xC5DAFA) is unknown color: approx Hawkes Blue. HEX triplet: C5, DA and FA. RGB value is (197,218,250). Sum of RGB (Red+Green+Blue) = 197+218+250=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFA is #3A2505. Grayscale: #D7D7D7. Windows color (decimal): -3810566 or 16440005. OLE color: 16440005.

HSL color Cylindrical-coordinate representation of color #C5DAFA: hue angle of 216.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DAFA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197218250-
CMYK0.210.1300.02
HSL216.23º84.13%87.65%-
HSV(B)216.23º21.2%98.04%-
XYZ65.3568.92100.3-
YUV215.37147.54114.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.62%
GREEN value IS 218 (85.55% from 255) = 32.78%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=29.62%
G=32.78%
B=37.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972182500.210.1300.02216.2384.1387.65
HexC5DAFA15D02d85458
Octal305332372251502330124130
Binary1100010111011010111110101010111010101101100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAFA; }

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

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

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

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

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

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

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

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