#85AFB7

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

Shades of Botticelli #85AFB7

Tints of Botticelli #85AFB7

Color information

#85AFB7 (or 0x85AFB7) is unknown color: approx Botticelli. HEX triplet: 85, AF and B7. RGB value is (133,175,183). Sum of RGB (Red+Green+Blue) = 133+175+183=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #85AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFB7 is #7A5048. Grayscale: #A3A3A3. Windows color (decimal): -8015945 or 12038021. OLE color: 12038021.

HSL color Cylindrical-coordinate representation of color #85AFB7: hue angle of 189.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85AFB7 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB133175183-
CMYK0.270.0400.28
HSL189.6º25.77%61.96%-
HSV(B)189.6º27.32%71.76%-
XYZ33.5539.0750.57-
YUV163.35139.09106.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=27.09%
G=35.64%
B=37.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1331751830.270.0400.28189.625.7761.96
Hex85AFB71B401Cbe1a3e
Octal2052572673340342763276
Binary100001011010111110110111110111000111001011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,183); }

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

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

 a { background-color: rgb(133,175,183); }

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

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

 span { border-color: rgb(133,175,183); }

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