#86AEBB

Color #86AEBB Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #86AEBB

Tints of Botticelli #86AEBB

Color information

#86AEBB (or 0x86AEBB) is unknown color: approx Botticelli. HEX triplet: 86, AE and BB. RGB value is (134,174,187). Sum of RGB (Red+Green+Blue) = 134+174+187=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #86AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEBB is #795144. Grayscale: #A3A3A3. Windows color (decimal): -7950661 or 12299910. OLE color: 12299910.

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

Color convert

RGB134174187-
CMYK0.280.0700.27
HSL194.72º28.04%62.94%-
HSV(B)194.72º28.34%73.33%-
XYZ33.9438.9352.74-
YUV163.52141.25106.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.07%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=27.07%
G=35.15%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341741870.280.0700.27194.7228.0462.94
Hex86AEBB1C701Bc31c3f
Octal2062562733470333033477
Binary100001101010111010111011111001110110111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86AEBB;
 }
 .AnyTagClassName
 {
   color: #86AEBB;
 }
</style>
background-color css

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

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

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

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

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

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