#8AB5BA

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

Shades of Botticelli #8AB5BA

Tints of Botticelli #8AB5BA

Color information

#8AB5BA (or 0x8AB5BA) is unknown color: approx Botticelli. HEX triplet: 8A, B5 and BA. RGB value is (138,181,186). Sum of RGB (Red+Green+Blue) = 138+181+186=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB5BA is #754A45. Grayscale: #A8A8A8. Windows color (decimal): -7686726 or 12236170. OLE color: 12236170.

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

Color convert

RGB138181186-
CMYK0.260.0300.27
HSL186.25º25.81%63.53%-
HSV(B)186.25º25.81%72.94%-
XYZ35.874252.67-
YUV168.71137.75106.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.33%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=27.33%
G=35.84%
B=36.83%

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
Decimal1381811860.260.0300.27186.2525.8163.53
Hex8AB5BA1A301Bba1a40
Octal21226527232303327232100
Binary100010101011010110111010110101101101110111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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