#C5D9FE

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

Shades of Hawkes Blue #C5D9FE

Tints of Hawkes Blue #C5D9FE

Color information

#C5D9FE (or 0xC5D9FE) is unknown color: approx Hawkes Blue. HEX triplet: C5, D9 and FE. RGB value is (197,217,254). Sum of RGB (Red+Green+Blue) = 197+217+254=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D9FE is #3A2601. Grayscale: #D7D7D7. Windows color (decimal): -3810818 or 16701893. OLE color: 16701893.

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

Color convert

RGB197217254-
CMYK0.220.1500.00
HSL218.95º96.61%88.43%-
HSV(B)218.95º22.44%99.61%-
XYZ65.7368.65103.55-
YUV215.24149.87114.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.49%
GREEN value IS 217 (85.16% from 255) = 32.49%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=29.49%
G=32.49%
B=38.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972172540.220.1500.00218.9596.6188.43
HexC5D9FE16F00db6158
Octal305331376261700333141130
Binary110001011101100111111110101101111001101101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D9FE; }

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

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

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

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

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

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

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

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