#8AB4BA

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

Shades of Botticelli #8AB4BA

Tints of Botticelli #8AB4BA

Color information

#8AB4BA (or 0x8AB4BA) is unknown color: approx Botticelli. HEX triplet: 8A, B4 and BA. RGB value is (138,180,186). Sum of RGB (Red+Green+Blue) = 138+180+186=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4BA is #754B45. Grayscale: #A8A8A8. Windows color (decimal): -7686982 or 12235914. OLE color: 12235914.

HSL color Cylindrical-coordinate representation of color #8AB4BA: hue angle of 187.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 #8AB4BA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138180186-
CMYK0.260.0300.27
HSL187.5º25.81%63.53%-
HSV(B)187.5º25.81%72.94%-
XYZ35.6741.5952.6-
YUV168.13138.09106.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=27.38%
G=35.71%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381801860.260.0300.27187.525.8163.53
Hex8AB4BA1A301Bbc1a40
Octal21226427232303327432100
Binary100010101011010010111010110101101101110111100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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