#A0B8E4

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

Shades of Perano #A0B8E4

Tints of Perano #A0B8E4

Color information

#A0B8E4 (or 0xA0B8E4) is unknown color: approx Perano. HEX triplet: A0, B8 and E4. RGB value is (160,184,228). Sum of RGB (Red+Green+Blue) = 160+184+228=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0B8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8E4 is #5F471B. Grayscale: #B5B5B5. Windows color (decimal): -6244124 or 14989472. OLE color: 14989472.

HSL color Cylindrical-coordinate representation of color #A0B8E4: hue angle of 218.82º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0B8E4 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160184228-
CMYK0.300.1900.11
HSL218.82º55.74%76.08%-
HSV(B)218.82º29.82%89.41%-
XYZ45.6447.3680.13-
YUV181.84154.05112.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 184 (72.27% from 255) = 32.17%
BLUE value IS 228 (89.45% from 255) = 39.86%
R=27.97%
G=32.17%
B=39.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601842280.300.1900.11218.8255.7476.08
HexA0B8E41E130Bdb384c
Octal240270344362301333370114
Binary101000001011100011100100111101001101011110110111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B8E4; }

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

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

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

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

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

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

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

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