#ABAFEE

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

Shades of Perano #ABAFEE

Tints of Perano #ABAFEE

Color information

#ABAFEE (or 0xABAFEE) is unknown color: approx Perano. HEX triplet: AB, AF and EE. RGB value is (171,175,238). Sum of RGB (Red+Green+Blue) = 171+175+238=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFEE is #545011. Grayscale: #B4B4B4. Windows color (decimal): -5525522 or 15642539. OLE color: 15642539.

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

Color convert

RGB171175238-
CMYK0.280.2600.07
HSL236.42º66.34%80.2%-
HSV(B)236.42º28.15%93.33%-
XYZ47.5645.4987.16-
YUV180.99160.17120.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=29.28%
G=29.97%
B=40.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711752380.280.2600.07236.4266.3480.2
HexABAFEE1C1A07ec4250
Octal253257356343207354102120
Binary101010111010111111101110111001101001111110110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFEE; }

 p { color: rgb(171,175,238); }

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

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

 a { background-color: rgb(171,175,238); }

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

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

 span { border-color: rgb(171,175,238); }

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