#A8B8EF

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

Shades of Perano #A8B8EF

Tints of Perano #A8B8EF

Color information

#A8B8EF (or 0xA8B8EF) is unknown color: approx Perano. HEX triplet: A8, B8 and EF. RGB value is (168,184,239). Sum of RGB (Red+Green+Blue) = 168+184+239=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B8EF is #574710. Grayscale: #B9B9B9. Windows color (decimal): -5719825 or 15710376. OLE color: 15710376.

HSL color Cylindrical-coordinate representation of color #A8B8EF: hue angle of 226.48º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B8EF is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168184239-
CMYK0.300.2300.06
HSL226.48º68.93%79.8%-
HSV(B)226.48º29.71%93.73%-
XYZ48.8748.8488.51-
YUV185.49158.2115.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.43%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=28.43%
G=31.13%
B=40.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1681842390.300.2300.06226.4868.9379.8
HexA8B8EF1E1706e24550
Octal250270357362706342105120
Binary101010001011100011101111111101011101101110001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B8EF; }

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

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

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

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

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

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

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

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