#ABBFEE

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

Shades of Perano #ABBFEE

Tints of Perano #ABBFEE

Color information

#ABBFEE (or 0xABBFEE) is unknown color: approx Perano. HEX triplet: AB, BF and EE. RGB value is (171,191,238). Sum of RGB (Red+Green+Blue) = 171+191+238=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABBFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFEE is #544011. Grayscale: #BEBEBE. Windows color (decimal): -5521426 or 15646635. OLE color: 15646635.

HSL color Cylindrical-coordinate representation of color #ABBFEE: hue angle of 222.09º 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 #ABBFEE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171191238-
CMYK0.280.2000.07
HSL222.09º66.34%80.2%-
HSV(B)222.09º28.15%93.33%-
XYZ50.8652.0988.26-
YUV190.38154.87114.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 191 (75% from 255) = 31.83%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=28.5%
G=31.83%
B=39.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711912380.280.2000.07222.0966.3480.2
HexABBFEE1C1407de4250
Octal253277356342407336102120
Binary101010111011111111101110111001010001111101111010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFEE; }

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

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

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

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

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

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

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

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