Html Css Color HEX #85ADBA Botticelli

📋 copy color: '#85ADBA'

red 133 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #85ADBA

Tints of Botticelli #85ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

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

R = 27.03%
G = 35.16%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85ADBA (or 0x85ADBA) is known color: Botticelli. HEX triplet: 85, AD and BA. RGB value is (133,173,186). Sum of RGB (Red+Green+Blue) = 133+173+186=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #85ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADBA is #7A5245. Grayscale: #A2A2A2. Windows color (decimal): -8016454 or 12234117. OLE color: 12234117.

HSL color Cylindrical-coordinate representation of color #85ADBA: hue angle of 194.72º 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 #85ADBA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 173 186 -
CMYK 0.28 0.07 0 0.27
HSL 194.72º 0.28% 0.63% -
HSV(B) 194.72º 0.28% 0.73% -
XYZ 33.48 38.42 52.11 -
YUV 162.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 133 173 186 0.28 0.07 0 0.27 194.72 0.28 0.63
Hex 85 AD BA 1C 7 0 1B C3 1C 3F
Octal 205 255 272 34 7 0 33 303 34 77
Binary 10000101 10101101 10111010 11100 111 0 11011 11000011 11100 111111

Color Harmonies of #85ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADBA

Black with #85ADBA

Text Example


Text Example

White with #85ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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