#C5DAFC

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

Shades of Hawkes Blue #C5DAFC

Tints of Hawkes Blue #C5DAFC

Color information

#C5DAFC (or 0xC5DAFC) is unknown color: approx Hawkes Blue. HEX triplet: C5, DA and FC. RGB value is (197,218,252). Sum of RGB (Red+Green+Blue) = 197+218+252=667 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.54% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAFC is #3A2503. Grayscale: #D7D7D7. Windows color (decimal): -3810564 or 16571077. OLE color: 16571077.

HSL color Cylindrical-coordinate representation of color #C5DAFC: hue angle of 217.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5DAFC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197218252-
CMYK0.220.1300.01
HSL217.09º90.16%88.04%-
HSV(B)217.09º21.83%98.82%-
XYZ65.6769.04101.96-
YUV215.6148.54114.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.54%
GREEN value IS 218 (85.55% from 255) = 32.68%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=29.54%
G=32.68%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972182520.220.1300.01217.0990.1688.04
HexC5DAFC16D01d95a58
Octal305332374261501331132130
Binary110001011101101011111100101101101011101100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAFC; }

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

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

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

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

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

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

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

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