Html Css Color HEX #85AEB9 Botticelli

📋 copy color: '#85AEB9'

red 133 ◦ green 174 ◦ blue 185

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

Shades of Botticelli #85AEB9

Tints of Botticelli #85AEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.37%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 27.03%
G = 35.37%
B = 37.6%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85AEB9 (or 0x85AEB9) is known color: Botticelli. HEX triplet: 85, AE and B9. RGB value is (133,174,185). Sum of RGB (Red+Green+Blue) = 133+174+185=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #85AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEB9 is #7A5146. Grayscale: #A2A2A2. Windows color (decimal): -8016199 or 12168837. OLE color: 12168837.

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

Color convert

RGB 133 174 185 -
CMYK 0.28 0.06 0 0.27
HSL 192.69º 0.27% 0.62% -
HSV(B) 192.69º 0.28% 0.73% -
XYZ 33.57 38.76 51.61 -
YUV 163 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 133 174 185 0.28 0.06 0 0.27 192.69 0.27 0.62
Hex 85 AE B9 1C 6 0 1B C1 1B 3E
Octal 205 256 271 34 6 0 33 301 33 76
Binary 10000101 10101110 10111001 11100 110 0 11011 11000001 11011 111110

Color Harmonies of #85AEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEB9

Black with #85AEB9

Text Example


Text Example

White with #85AEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,174,185); }

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

background-color css

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

 a { background-color: rgb(133,174,185); }

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

border-color css

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

 span { border-color: rgb(133,174,185); }

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