#A8ADEE

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

Shades of Perano #A8ADEE

Tints of Perano #A8ADEE

Color information

#A8ADEE (or 0xA8ADEE) is unknown color: approx Perano. HEX triplet: A8, AD and EE. RGB value is (168,173,238). Sum of RGB (Red+Green+Blue) = 168+173+238=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADEE is #575211. Grayscale: #B2B2B2. Windows color (decimal): -5722642 or 15642024. OLE color: 15642024.

HSL color Cylindrical-coordinate representation of color #A8ADEE: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ADEE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168173238-
CMYK0.290.2700.07
HSL235.71º67.31%79.61%-
HSV(B)235.71º29.41%93.33%-
XYZ46.5244.3987-
YUV178.92161.34120.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.02%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=29.02%
G=29.88%
B=41.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681732380.290.2700.07235.7167.3179.61
HexA8ADEE1D1B07ec4350
Octal250255356353307354103120
Binary101010001010110111101110111011101101111110110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADEE; }

 p { color: rgb(168,173,238); }

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

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

 a { background-color: rgb(168,173,238); }

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

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

 span { border-color: rgb(168,173,238); }

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