#8AB9BB

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

Shades of Botticelli #8AB9BB

Tints of Botticelli #8AB9BB

Color information

#8AB9BB (or 0x8AB9BB) is unknown color: approx Botticelli. HEX triplet: 8A, B9 and BB. RGB value is (138,185,187). Sum of RGB (Red+Green+Blue) = 138+185+187=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #8AB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB9BB is #754644. Grayscale: #ABABAB. Windows color (decimal): -7685701 or 12302730. OLE color: 12302730.

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

Color convert

RGB138185187-
CMYK0.260.0100.27
HSL182.45º26.49%63.73%-
HSV(B)182.45º26.2%73.33%-
XYZ36.843.6953.51-
YUV171.18136.93104.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=27.06%
G=36.27%
B=36.67%

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
Decimal1381851870.260.0100.27182.4526.4963.73
Hex8AB9BB1A101Bb61a40
Octal21227127332103326632100
Binary10001010101110011011101111010101101110110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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