#C5D7F1

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

Shades of Hawkes Blue #C5D7F1

Tints of Hawkes Blue #C5D7F1

Color information

#C5D7F1 (or 0xC5D7F1) is unknown color: approx Hawkes Blue. HEX triplet: C5, D7 and F1. RGB value is (197,215,241). Sum of RGB (Red+Green+Blue) = 197+215+241=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D7F1 is #3A280E. Grayscale: #D4D4D4. Windows color (decimal): -3811343 or 15849413. OLE color: 15849413.

HSL color Cylindrical-coordinate representation of color #C5D7F1: hue angle of 215.45º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5D7F1 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197215241-
CMYK0.180.1100.05
HSL215.45º61.11%85.88%-
HSV(B)215.45º18.26%94.51%-
XYZ63.266.8292.79-
YUV212.58144.04116.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.17%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=30.17%
G=32.92%
B=36.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972152410.180.1100.05215.4561.1185.88
HexC5D7F112B05d73d56
Octal30532736122130532775126
Binary1100010111010111111100011001010110101110101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D7F1; }

 p { color: rgb(197,215,241); }

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

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

 a { background-color: rgb(197,215,241); }

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

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

 span { border-color: rgb(197,215,241); }

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