#ABADE1

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

Shades of Perano #ABADE1

Tints of Perano #ABADE1

Color information

#ABADE1 (or 0xABADE1) is unknown color: approx Perano. HEX triplet: AB, AD and E1. RGB value is (171,173,225). Sum of RGB (Red+Green+Blue) = 171+173+225=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADE1 is #54521E. Grayscale: #B2B2B2. Windows color (decimal): -5526047 or 14790059. OLE color: 14790059.

HSL color Cylindrical-coordinate representation of color #ABADE1: hue angle of 237.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABADE1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171173225-
CMYK0.240.2300.12
HSL237.78º47.37%77.65%-
HSV(B)237.78º24%88.24%-
XYZ45.3343.9877.33-
YUV178.33154.34122.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=30.05%
G=30.40%
B=39.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711732250.240.2300.12237.7847.3777.65
HexABADE118170Cee2f4e
Octal253255341302701435657116
Binary101010111010110111100001110001011101100111011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADE1; }

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

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

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

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

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

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

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

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