Html Css Color HEX #85AABA Botticelli

📋 copy color: '#85AABA'

red 133 ◦ green 170 ◦ blue 186

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

Shades of Botticelli #85AABA

Tints of Botticelli #85AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 27.2%
G = 34.76%
B = 38.04%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85AABA (or 0x85AABA) is known color: Botticelli. HEX triplet: 85, AA and BA. RGB value is (133,170,186). Sum of RGB (Red+Green+Blue) = 133+170+186=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #85AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AABA is #7A5545. Grayscale: #A0A0A0. Windows color (decimal): -8017222 or 12233349. OLE color: 12233349.

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

Color convert

RGB 133 170 186 -
CMYK 0.28 0.09 0 0.27
HSL 198.11º 0.28% 0.63% -
HSV(B) 198.11º 0.28% 0.73% -
XYZ 32.91 37.28 51.92 -
YUV 160.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 133 170 186 0.28 0.09 0 0.27 198.11 0.28 0.63
Hex 85 AA BA 1C 9 0 1B C6 1C 3F
Octal 205 252 272 34 11 0 33 306 34 77
Binary 10000101 10101010 10111010 11100 1001 0 11011 11000110 11100 111111

Color Harmonies of #85AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AABA

Black with #85AABA

Text Example


Text Example

White with #85AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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