#A8B9EA

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

Shades of Perano #A8B9EA

Tints of Perano #A8B9EA

Color information

#A8B9EA (or 0xA8B9EA) is unknown color: approx Perano. HEX triplet: A8, B9 and EA. RGB value is (168,185,234). Sum of RGB (Red+Green+Blue) = 168+185+234=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B9EA is #574615. Grayscale: #B9B9B9. Windows color (decimal): -5719574 or 15382952. OLE color: 15382952.

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

Color convert

RGB168185234-
CMYK0.280.2100.08
HSL224.55º61.11%78.82%-
HSV(B)224.55º28.21%91.76%-
XYZ48.3548.9684.74-
YUV185.5155.37115.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 185 (72.66% from 255) = 31.52%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=28.62%
G=31.52%
B=39.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681852340.280.2100.08224.5561.1178.82
HexA8B9EA1C1508e13d4f
Octal250271352342501034175117
Binary101010001011100111101010111001010101000111000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9EA; }

 p { color: rgb(168,185,234); }

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

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

 a { background-color: rgb(168,185,234); }

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

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

 span { border-color: rgb(168,185,234); }

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