Html Css Color HEX #86AEBA Botticelli

📋 copy color: '#86AEBA'

red 134 ◦ green 174 ◦ blue 186

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

Shades of Botticelli #86AEBA

Tints of Botticelli #86AEBA

RGB

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

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

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

R = 27.13%
G = 35.22%
B = 37.65%

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

#86AEBA (or 0x86AEBA) is known color: Botticelli. HEX triplet: 86, AE and BA. RGB value is (134,174,186). Sum of RGB (Red+Green+Blue) = 134+174+186=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #86AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEBA is #795145. Grayscale: #A3A3A3. Windows color (decimal): -7950662 or 12234374. OLE color: 12234374.

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

Color convert

RGB 134 174 186 -
CMYK 0.28 0.06 0 0.27
HSL 193.85º 0.27% 0.63% -
HSV(B) 193.85º 0.28% 0.73% -
XYZ 33.83 38.89 52.18 -
YUV 163.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 134 174 186 0.28 0.06 0 0.27 193.85 0.27 0.63
Hex 86 AE BA 1C 6 0 1B C2 1B 3F
Octal 206 256 272 34 6 0 33 302 33 77
Binary 10000110 10101110 10111010 11100 110 0 11011 11000010 11011 111111

Color Harmonies of #86AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AEBA

Black with #86AEBA

Text Example


Text Example

White with #86AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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