Html Css Color HEX #85AAB6 Botticelli

📋 copy color: '#85AAB6'

red 133 ◦ green 170 ◦ blue 182

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

Shades of Botticelli #85AAB6

Tints of Botticelli #85AAB6

RGB

 RED value IS 133 (52.34% from 255) = 27.42%

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 27.42%
G = 35.05%
B = 37.53%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#85AAB6 (or 0x85AAB6) is known color: Botticelli. HEX triplet: 85, AA and B6. RGB value is (133,170,182). Sum of RGB (Red+Green+Blue) = 133+170+182=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #85AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AAB6 is #7A5549. Grayscale: #A0A0A0. Windows color (decimal): -8017226 or 11971205. OLE color: 11971205.

HSL color Cylindrical-coordinate representation of color #85AAB6: hue angle of 194.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85AAB6 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 170 182 -
CMYK 0.27 0.07 0 0.29
HSL 194.69º 0.25% 0.62% -
HSV(B) 194.69º 0.27% 0.71% -
XYZ 32.49 37.11 49.71 -
YUV 160.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 133 170 182 0.27 0.07 0 0.29 194.69 0.25 0.62
Hex 85 AA B6 1B 7 0 1D C3 19 3E
Octal 205 252 266 33 7 0 35 303 31 76
Binary 10000101 10101010 10110110 11011 111 0 11101 11000011 11001 111110

Color Harmonies of #85AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AAB6

Black with #85AAB6

Text Example


Text Example

White with #85AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,170,182); }

 H1.HeaderClassName
 {
   color: #85AAB6;
 }
 .AnyTagClassName
 {
   color: #85AAB6;
 }
</style>

background-color css

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

 a { background-color: rgb(133,170,182); }

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

border-color css

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

 span { border-color: rgb(133,170,182); }

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