Html Css Color HEX #86ADBA Botticelli

📋 copy color: '#86ADBA'

red 134 ◦ green 173 ◦ blue 186

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

Shades of Botticelli #86ADBA

Tints of Botticelli #86ADBA

RGB

 RED value IS 134 (52.73% from 255) = 27.18%

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

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

R = 27.18%
G = 35.09%
B = 37.73%

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

#86ADBA (or 0x86ADBA) is known color: Botticelli. HEX triplet: 86, AD and BA. RGB value is (134,173,186). Sum of RGB (Red+Green+Blue) = 134+173+186=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #86ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADBA is #795245. Grayscale: #A2A2A2. Windows color (decimal): -7950918 or 12234118. OLE color: 12234118.

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

Color convert

RGB 134 173 186 -
CMYK 0.28 0.07 0 0.27
HSL 195º 0.27% 0.63% -
HSV(B) 195º 0.28% 0.73% -
XYZ 33.64 38.5 52.11 -
YUV 162.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 134 173 186 0.28 0.07 0 0.27 195 0.27 0.63
Hex 86 AD BA 1C 7 0 1B C3 1B 3F
Octal 206 255 272 34 7 0 33 303 33 77
Binary 10000110 10101101 10111010 11100 111 0 11011 11000011 11011 111111

Color Harmonies of #86ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADBA

Black with #86ADBA

Text Example


Text Example

White with #86ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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