#8AB9BA

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

Shades of Botticelli #8AB9BA

Tints of Botticelli #8AB9BA

Color information

#8AB9BA (or 0x8AB9BA) is unknown color: approx Botticelli. HEX triplet: 8A, B9 and BA. RGB value is (138,185,186). Sum of RGB (Red+Green+Blue) = 138+185+186=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9BA is #754645. Grayscale: #ABABAB. Windows color (decimal): -7685702 or 12237194. OLE color: 12237194.

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

Color convert

RGB138185186-
CMYK0.260.0100.27
HSL181.25º25.81%63.53%-
HSV(B)181.25º25.81%72.94%-
XYZ36.6943.6552.95-
YUV171.06136.43104.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=27.11%
G=36.35%
B=36.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851860.260.0100.27181.2525.8163.53
Hex8AB9BA1A101Bb51a40
Octal21227127232103326532100
Binary10001010101110011011101011010101101110110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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