#8AACBA

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

Shades of Botticelli #8AACBA

Tints of Botticelli #8AACBA

Color information

#8AACBA (or 0x8AACBA) is unknown color: approx Botticelli. HEX triplet: 8A, AC and BA. RGB value is (138,172,186). Sum of RGB (Red+Green+Blue) = 138+172+186=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACBA is #755345. Grayscale: #A3A3A3. Windows color (decimal): -7689030 or 12233866. OLE color: 12233866.

HSL color Cylindrical-coordinate representation of color #8AACBA: hue angle of 197.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8AACBA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138172186-
CMYK0.260.0800.27
HSL197.5º25.81%63.53%-
HSV(B)197.5º25.81%72.94%-
XYZ34.138.4552.08-
YUV163.43140.74109.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=27.82%
G=34.68%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381721860.260.0800.27197.525.8163.53
Hex8AACBA1A801Bc61a40
Octal212254272321003330632100
Binary10001010101011001011101011010100001101111000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AACBA; }

 p { color: rgb(138,172,186); }

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

<style>
 a { background-color: #8AACBA; }

 a { background-color: rgb(138,172,186); }

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

<style>
 span { border-color: #8AACBA; }

 span { border-color: rgb(138,172,186); }

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