#ABADE6

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

Shades of Perano #ABADE6

Tints of Perano #ABADE6

Color information

#ABADE6 (or 0xABADE6) is unknown color: approx Perano. HEX triplet: AB, AD and E6. RGB value is (171,173,230). Sum of RGB (Red+Green+Blue) = 171+173+230=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABADE6 is #545219. Grayscale: #B2B2B2. Windows color (decimal): -5526042 or 15117739. OLE color: 15117739.

HSL color Cylindrical-coordinate representation of color #ABADE6: hue angle of 237.97º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABADE6 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171173230-
CMYK0.260.2500.10
HSL237.97º54.13%78.63%-
HSV(B)237.97º25.65%90.2%-
XYZ46.0244.2680.98-
YUV178.9156.84122.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=29.79%
G=30.14%
B=40.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711732300.260.2500.10237.9754.1378.63
HexABADE61A190Aee364f
Octal253255346323101235666117
Binary101010111010110111100110110101100101010111011101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADE6; }

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

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

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

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

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

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

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

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