#85ADBB

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

Shades of Botticelli #85ADBB

Tints of Botticelli #85ADBB

Color information

#85ADBB (or 0x85ADBB) is unknown color: approx Botticelli. HEX triplet: 85, AD and BB. RGB value is (133,173,187). Sum of RGB (Red+Green+Blue) = 133+173+187=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #85ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADBB is #7A5244. Grayscale: #A2A2A2. Windows color (decimal): -8016453 or 12299653. OLE color: 12299653.

HSL color Cylindrical-coordinate representation of color #85ADBB: hue angle of 195.56º 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 #85ADBB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133173187-
CMYK0.290.0700.27
HSL195.56º28.42%62.75%-
HSV(B)195.56º28.88%73.33%-
XYZ33.5938.4652.67-
YUV162.64141.75106.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=26.98%
G=35.09%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331731870.290.0700.27195.5628.4262.75
Hex85ADBB1D701Bc41c3f
Octal2052552733570333043477
Binary100001011010110110111011111011110110111100010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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