#A0B8EF

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

Shades of Perano #A0B8EF

Tints of Perano #A0B8EF

Color information

#A0B8EF (or 0xA0B8EF) is unknown color: approx Perano. HEX triplet: A0, B8 and EF. RGB value is (160,184,239). Sum of RGB (Red+Green+Blue) = 160+184+239=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0B8EF is #5F4710. Grayscale: #B6B6B6. Windows color (decimal): -6244113 or 15710368. OLE color: 15710368.

HSL color Cylindrical-coordinate representation of color #A0B8EF: hue angle of 221.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0B8EF is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB160184239-
CMYK0.330.2300.06
HSL221.77º71.17%78.24%-
HSV(B)221.77º33.05%93.73%-
XYZ47.2247.9988.44-
YUV183.09159.55111.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.44%
GREEN value IS 184 (72.27% from 255) = 31.56%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=27.44%
G=31.56%
B=40.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1601842390.330.2300.06221.7771.1778.24
HexA0B8EF211706de474e
Octal240270357412706336107116
Binary1010000010111000111011111000011011101101101111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8EF; }

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

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

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

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

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

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

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

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