#A0C5FE

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

Shades of Pale Cornflower Blue #A0C5FE

Tints of Pale Cornflower Blue #A0C5FE

Color information

#A0C5FE (or 0xA0C5FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C5 and FE. RGB value is (160,197,254). Sum of RGB (Red+Green+Blue) = 160+197+254=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5FE is #5F3A01. Grayscale: #C0C0C0. Windows color (decimal): -6240770 or 16696736. OLE color: 16696736.

HSL color Cylindrical-coordinate representation of color #A0C5FE: hue angle of 216.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C5FE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160197254-
CMYK0.370.2200.00
HSL216.38º97.92%81.18%-
HSV(B)216.38º37.01%99.61%-
XYZ52.3554.56101.54-
YUV192.43162.74104.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.19%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=26.19%
G=32.24%
B=41.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601972540.370.2200.00216.3897.9281.18
HexA0C5FE251600d86251
Octal240305376452600330142121
Binary10100000110001011111111010010110110001101100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C5FE; }

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

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

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

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

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

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

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

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