Html Css Color HEX #86ABBA Botticelli

📋 copy color: '#86ABBA'

red 134 ◦ green 171 ◦ blue 186

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

Shades of Botticelli #86ABBA

Tints of Botticelli #86ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 27.29%
G = 34.83%
B = 37.88%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#86ABBA (or 0x86ABBA) is known color: Botticelli. HEX triplet: 86, AB and BA. RGB value is (134,171,186). Sum of RGB (Red+Green+Blue) = 134+171+186=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #86ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABBA is #795445. Grayscale: #A1A1A1. Windows color (decimal): -7951430 or 12233606. OLE color: 12233606.

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

Color convert

RGB 134 171 186 -
CMYK 0.28 0.08 0 0.27
HSL 197.31º 0.27% 0.63% -
HSV(B) 197.31º 0.28% 0.73% -
XYZ 33.26 37.74 51.99 -
YUV 161.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 134 171 186 0.28 0.08 0 0.27 197.31 0.27 0.63
Hex 86 AB BA 1C 8 0 1B C5 1B 3F
Octal 206 253 272 34 10 0 33 305 33 77
Binary 10000110 10101011 10111010 11100 1000 0 11011 11000101 11011 111111

Color Harmonies of #86ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABBA

Black with #86ABBA

Text Example


Text Example

White with #86ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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