Html Css Color HEX #86ADB9 Botticelli

📋 copy color: '#86ADB9'

red 134 ◦ green 173 ◦ blue 185

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

Shades of Botticelli #86ADB9

Tints of Botticelli #86ADB9

RGB

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

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

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

R = 27.24%
G = 35.16%
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

#86ADB9 (or 0x86ADB9) is known color: Botticelli. HEX triplet: 86, AD and B9. RGB value is (134,173,185). Sum of RGB (Red+Green+Blue) = 134+173+185=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 173 (67.97% from 255 or 35.16% 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 #86ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADB9 is #795246. Grayscale: #A2A2A2. Windows color (decimal): -7950919 or 12168582. OLE color: 12168582.

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

Color convert

RGB 134 173 185 -
CMYK 0.28 0.06 0 0.27
HSL 194.12º 0.27% 0.63% -
HSV(B) 194.12º 0.28% 0.73% -
XYZ 33.53 38.46 51.55 -
YUV 162.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 134 173 185 0.28 0.06 0 0.27 194.12 0.27 0.63
Hex 86 AD B9 1C 6 0 1B C2 1B 3F
Octal 206 255 271 34 6 0 33 302 33 77
Binary 10000110 10101101 10111001 11100 110 0 11011 11000010 11011 111111

Color Harmonies of #86ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ADB9

Black with #86ADB9

Text Example


Text Example

White with #86ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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