#85ABBB

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

Shades of Botticelli #85ABBB

Tints of Botticelli #85ABBB

Color information

#85ABBB (or 0x85ABBB) is unknown color: approx Botticelli. HEX triplet: 85, AB and BB. RGB value is (133,171,187). Sum of RGB (Red+Green+Blue) = 133+171+187=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #85ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABBB is #7A5444. Grayscale: #A1A1A1. Windows color (decimal): -8016965 or 12299141. OLE color: 12299141.

HSL color Cylindrical-coordinate representation of color #85ABBB: hue angle of 197.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85ABBB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133171187-
CMYK0.290.0900.27
HSL197.78º28.42%62.75%-
HSV(B)197.78º28.88%73.33%-
XYZ33.2137.752.54-
YUV161.46142.41107.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=27.09%
G=34.83%
B=38.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331711870.290.0900.27197.7828.4262.75
Hex85ABBB1D901Bc61c3f
Octal20525327335110333063477
Binary1000010110101011101110111110110010110111100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ABBB; }

 p { color: rgb(133,171,187); }

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

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

 a { background-color: rgb(133,171,187); }

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

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

 span { border-color: rgb(133,171,187); }

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