#A0C5EF

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

Shades of Pale Cornflower Blue #A0C5EF

Tints of Pale Cornflower Blue #A0C5EF

Color information

#A0C5EF (or 0xA0C5EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C5 and EF. RGB value is (160,197,239). Sum of RGB (Red+Green+Blue) = 160+197+239=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5EF is #5F3A10. Grayscale: #BEBEBE. Windows color (decimal): -6240785 or 15713696. OLE color: 15713696.

HSL color Cylindrical-coordinate representation of color #A0C5EF: hue angle of 211.9º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C5EF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160197239-
CMYK0.330.1800.06
HSL211.9º71.17%78.24%-
HSV(B)211.9º33.05%93.73%-
XYZ50.0453.6489.38-
YUV190.72155.24106.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.85%
GREEN value IS 197 (77.34% from 255) = 33.05%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=26.85%
G=33.05%
B=40.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601972390.330.1800.06211.971.1778.24
HexA0C5EF211206d4474e
Octal240305357412206324107116
Binary1010000011000101111011111000011001001101101010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C5EF; }

 p { color: rgb(160,197,239); }

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

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

 a { background-color: rgb(160,197,239); }

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

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

 span { border-color: rgb(160,197,239); }

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