#A0B8FE

Color #A0B8FE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A0B8FE

Tints of Perano #A0B8FE

Color information

#A0B8FE (or 0xA0B8FE) is unknown color: approx Perano. HEX triplet: A0, B8 and FE. RGB value is (160,184,254). Sum of RGB (Red+Green+Blue) = 160+184+254=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B8FE is #5F4701. Grayscale: #B8B8B8. Windows color (decimal): -6244098 or 16693408. OLE color: 16693408.

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

Color convert

RGB160184254-
CMYK0.370.2800.00
HSL224.68º97.92%81.18%-
HSV(B)224.68º37.01%99.61%-
XYZ49.5348.91100.6-
YUV184.8167.05110.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 184 (72.27% from 255) = 30.77%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=26.76%
G=30.77%
B=42.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1601842540.370.2800.00224.6897.9281.18
HexA0B8FE251C00e16251
Octal240270376453400341142121
Binary10100000101110001111111010010111100001110000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8FE; }

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

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

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

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

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

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

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

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