#C5DDFA

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

Shades of Hawkes Blue #C5DDFA

Tints of Hawkes Blue #C5DDFA

Color information

#C5DDFA (or 0xC5DDFA) is unknown color: approx Hawkes Blue. HEX triplet: C5, DD and FA. RGB value is (197,221,250). Sum of RGB (Red+Green+Blue) = 197+221+250=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDFA is #3A2205. Grayscale: #D8D8D8. Windows color (decimal): -3809798 or 16440773. OLE color: 16440773.

HSL color Cylindrical-coordinate representation of color #C5DDFA: hue angle of 212.83º 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 #C5DDFA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197221250-
CMYK0.210.1200.02
HSL212.83º84.13%87.65%-
HSV(B)212.83º21.2%98.04%-
XYZ66.1470.49100.56-
YUV217.13146.55113.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.49%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=29.49%
G=33.08%
B=37.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972212500.210.1200.02212.8384.1387.65
HexC5DDFA15C02d55458
Octal305335372251402325124130
Binary1100010111011101111110101010111000101101010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDFA; }

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

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

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

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

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

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

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

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