#A0C1FE

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

Shades of Pale Cornflower Blue #A0C1FE

Tints of Pale Cornflower Blue #A0C1FE

Color information

#A0C1FE (or 0xA0C1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C1 and FE. RGB value is (160,193,254). Sum of RGB (Red+Green+Blue) = 160+193+254=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C1FE is #5F3E01. Grayscale: #BDBDBD. Windows color (decimal): -6241794 or 16695712. OLE color: 16695712.

HSL color Cylindrical-coordinate representation of color #A0C1FE: hue angle of 218.94º 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 #A0C1FE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160193254-
CMYK0.370.2400.00
HSL218.94º97.92%81.18%-
HSV(B)218.94º37.01%99.61%-
XYZ51.4652.77101.24-
YUV190.09164.07106.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.36%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=26.36%
G=31.80%
B=41.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601932540.370.2400.00218.9497.9281.18
HexA0C1FE251800db6251
Octal240301376453000333142121
Binary10100000110000011111111010010111000001101101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C1FE; }

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

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

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

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

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

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

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

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