#88ABB9

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

Shades of Botticelli #88ABB9

Tints of Botticelli #88ABB9

Color information

#88ABB9 (or 0x88ABB9) is unknown color: approx Botticelli. HEX triplet: 88, AB and B9. RGB value is (136,171,185). Sum of RGB (Red+Green+Blue) = 136+171+185=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #88ABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABB9 is #775446. Grayscale: #A2A2A2. Windows color (decimal): -7820359 or 12168072. OLE color: 12168072.

HSL color Cylindrical-coordinate representation of color #88ABB9: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88ABB9 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136171185-
CMYK0.260.0800.27
HSL197.14º25.93%62.94%-
HSV(B)197.14º26.49%72.55%-
XYZ33.4737.8651.44-
YUV162.13140.9109.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=27.64%
G=34.76%
B=37.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361711850.260.0800.27197.1425.9362.94
Hex88ABB91A801Bc51a3f
Octal21025327132100333053277
Binary1000100010101011101110011101010000110111100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88ABB9; }

 p { color: rgb(136,171,185); }

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

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

 a { background-color: rgb(136,171,185); }

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

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

 span { border-color: rgb(136,171,185); }

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