#A8B5EB

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

Shades of Perano #A8B5EB

Tints of Perano #A8B5EB

Color information

#A8B5EB (or 0xA8B5EB) is unknown color: approx Perano. HEX triplet: A8, B5 and EB. RGB value is (168,181,235). Sum of RGB (Red+Green+Blue) = 168+181+235=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B5EB is #574A14. Grayscale: #B7B7B7. Windows color (decimal): -5720597 or 15447464. OLE color: 15447464.

HSL color Cylindrical-coordinate representation of color #A8B5EB: hue angle of 228.36º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B5EB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168181235-
CMYK0.290.2300.08
HSL228.36º62.62%79.02%-
HSV(B)228.36º28.51%92.16%-
XYZ47.6747.3785.23-
YUV183.27157.19117.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 181 (71.09% from 255) = 30.99%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=28.77%
G=30.99%
B=40.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681812350.290.2300.08228.3662.6279.02
HexA8B5EB1D1708e43f4f
Octal250265353352701034477117
Binary101010001011010111101011111011011101000111001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B5EB; }

 p { color: rgb(168,181,235); }

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

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

 a { background-color: rgb(168,181,235); }

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

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

 span { border-color: rgb(168,181,235); }

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