Html Css Color HEX #85ADBB Botticelli

📋 copy color: '#85ADBB'

red 133 ◦ green 173 ◦ blue 187

#85ADBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #85ADBB

Tints of Botticelli #85ADBB

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 value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85ADBB (or 0x85ADBB) is known color: 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

RGB 133 173 187 -
CMYK 0.29 0.07 0 0.27
HSL 195.56º 0.28% 0.63% -
HSV(B) 195.56º 0.29% 0.73% -
XYZ 33.59 38.46 52.67 -
YUV 162.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 133 173 187 0.29 0.07 0 0.27 195.56 0.28 0.63
Hex 85 AD BB 1D 7 0 1B C4 1C 3F
Octal 205 255 273 35 7 0 33 304 34 77
Binary 10000101 10101101 10111011 11101 111 0 11011 11000100 11100 111111

Color Harmonies of #85ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADBB

Black with #85ADBB

Text Example


Text Example

White with #85ADBB

Text Example


Text Example

HTML Codes & Css Web 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>