#A0C8FE

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

Shades of Pale Cornflower Blue #A0C8FE

Tints of Pale Cornflower Blue #A0C8FE

Color information

#A0C8FE (or 0xA0C8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C8 and FE. RGB value is (160,200,254). Sum of RGB (Red+Green+Blue) = 160+200+254=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8FE is #5F3701. Grayscale: #C1C1C1. Windows color (decimal): -6240002 or 16697504. OLE color: 16697504.

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

Color convert

RGB160200254-
CMYK0.370.2100.00
HSL214.47º97.92%81.18%-
HSV(B)214.47º37.01%99.61%-
XYZ53.0455.94101.77-
YUV194.2161.75103.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.06%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=26.06%
G=32.57%
B=41.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602002540.370.2100.00214.4797.9281.18
HexA0C8FE251500d66251
Octal240310376452500326142121
Binary10100000110010001111111010010110101001101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C8FE; }

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

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

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

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

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

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

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

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