#C5DDFE

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

Shades of Hawkes Blue #C5DDFE

Tints of Hawkes Blue #C5DDFE

Color information

#C5DDFE (or 0xC5DDFE) is unknown color: approx Hawkes Blue. HEX triplet: C5, DD and FE. RGB value is (197,221,254). Sum of RGB (Red+Green+Blue) = 197+221+254=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDFE is #3A2201. Grayscale: #D9D9D9. Windows color (decimal): -3809794 or 16702917. OLE color: 16702917.

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

Color convert

RGB197221254-
CMYK0.220.1300.00
HSL214.74º96.61%88.43%-
HSV(B)214.74º22.44%99.61%-
XYZ66.7770.74103.9-
YUV217.59148.55113.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.32%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=29.32%
G=32.89%
B=37.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972212540.220.1300.00214.7496.6188.43
HexC5DDFE16D00d76158
Octal305335376261500327141130
Binary110001011101110111111110101101101001101011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDFE; }

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

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

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

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

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

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

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

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