#A0C4FE

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

Shades of Pale Cornflower Blue #A0C4FE

Tints of Pale Cornflower Blue #A0C4FE

Color information

#A0C4FE (or 0xA0C4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C4 and FE. RGB value is (160,196,254). Sum of RGB (Red+Green+Blue) = 160+196+254=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C4FE is #5F3B01. Grayscale: #BFBFBF. Windows color (decimal): -6241026 or 16696480. OLE color: 16696480.

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

Color convert

RGB160196254-
CMYK0.370.2300.00
HSL217.02º97.92%81.18%-
HSV(B)217.02º37.01%99.61%-
XYZ52.1354.11101.46-
YUV191.85163.07105.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.23%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=26.23%
G=32.13%
B=41.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601962540.370.2300.00217.0297.9281.18
HexA0C4FE251700d96251
Octal240304376452700331142121
Binary10100000110001001111111010010110111001101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C4FE; }

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

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

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

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

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

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

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

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