#ABADE9

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

Shades of Perano #ABADE9

Tints of Perano #ABADE9

Color information

#ABADE9 (or 0xABADE9) is unknown color: approx Perano. HEX triplet: AB, AD and E9. RGB value is (171,173,233). Sum of RGB (Red+Green+Blue) = 171+173+233=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADE9 is #545216. Grayscale: #B3B3B3. Windows color (decimal): -5526039 or 15314347. OLE color: 15314347.

HSL color Cylindrical-coordinate representation of color #ABADE9: hue angle of 238.06º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABADE9 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171173233-
CMYK0.270.2600.09
HSL238.06º58.49%79.22%-
HSV(B)238.06º26.61%91.37%-
XYZ46.4544.4383.22-
YUV179.24158.34122.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=29.64%
G=29.98%
B=40.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711732330.270.2600.09238.0658.4979.22
HexABADE91B1A09ee3a4f
Octal253255351333201135672117
Binary101010111010110111101001110111101001001111011101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADE9; }

 p { color: rgb(171,173,233); }

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

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

 a { background-color: rgb(171,173,233); }

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

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

 span { border-color: rgb(171,173,233); }

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