Html Css Color HEX #85AAB4 Botticelli

📋 copy color: '#85AAB4'

red 133 ◦ green 170 ◦ blue 180

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

Shades of Botticelli #85AAB4

Tints of Botticelli #85AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 27.54%
G = 35.2%
B = 37.27%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#85AAB4 (or 0x85AAB4) is known color: Botticelli. HEX triplet: 85, AA and B4. RGB value is (133,170,180). Sum of RGB (Red+Green+Blue) = 133+170+180=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #85AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AAB4 is #7A554B. Grayscale: #A0A0A0. Windows color (decimal): -8017228 or 11840133. OLE color: 11840133.

HSL color Cylindrical-coordinate representation of color #85AAB4: hue angle of 192.77º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85AAB4 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 170 180 -
CMYK 0.26 0.06 0 0.29
HSL 192.77º 0.24% 0.61% -
HSV(B) 192.77º 0.26% 0.71% -
XYZ 32.29 37.03 48.63 -
YUV 160.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 133 170 180 0.26 0.06 0 0.29 192.77 0.24 0.61
Hex 85 AA B4 1A 6 0 1D C1 18 3D
Octal 205 252 264 32 6 0 35 301 30 75
Binary 10000101 10101010 10110100 11010 110 0 11101 11000001 11000 111101

Color Harmonies of #85AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AAB4

Black with #85AAB4

Text Example


Text Example

White with #85AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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