#A0C5FC

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

Shades of Pale Cornflower Blue #A0C5FC

Tints of Pale Cornflower Blue #A0C5FC

Color information

#A0C5FC (or 0xA0C5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C5 and FC. RGB value is (160,197,252). Sum of RGB (Red+Green+Blue) = 160+197+252=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0C5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C5FC is #5F3A03. Grayscale: #BFBFBF. Windows color (decimal): -6240772 or 16565664. OLE color: 16565664.

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

Color convert

RGB160197252-
CMYK0.370.2200.01
HSL215.87º93.88%80.78%-
HSV(B)215.87º36.51%98.82%-
XYZ52.0354.4399.86-
YUV192.21161.74105.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 197 (77.34% from 255) = 32.35%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=26.27%
G=32.35%
B=41.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601972520.370.2200.01215.8793.8880.78
HexA0C5FC251601d85e51
Octal240305374452601330136121
Binary10100000110001011111110010010110110011101100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C5FC; }

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

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

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

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

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

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

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

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