#A0C0FF

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

Shades of Pale Cornflower Blue #A0C0FF

Tints of Pale Cornflower Blue #A0C0FF

Color information

#A0C0FF (or 0xA0C0FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C0 and FF. RGB value is (160,192,255). Sum of RGB (Red+Green+Blue) = 160+192+255=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0FF is #5F3F00. Grayscale: #BDBDBD. Windows color (decimal): -6242049 or 16760992. OLE color: 16760992.

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

Color convert

RGB160192255-
CMYK0.370.2500
HSL219.79º100%81.37%-
HSV(B)219.79º37.25%100%-
XYZ51.452.39102.01-
YUV189.61164.9106.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.36%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 255 (100% from 255) = 42.01%
R=26.36%
G=31.63%
B=42.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601922550.370.2500219.7910081.37
HexA0C0FF251900dc6451
Octal240300377453100334144121
Binary10100000110000001111111110010111001001101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0FF; }

 p { color: rgb(160,192,255); }

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

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

 a { background-color: rgb(160,192,255); }

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

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

 span { border-color: rgb(160,192,255); }

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