#8AB5BE

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

Shades of Botticelli #8AB5BE

Tints of Botticelli #8AB5BE

Color information

#8AB5BE (or 0x8AB5BE) is unknown color: approx Botticelli. HEX triplet: 8A, B5 and BE. RGB value is (138,181,190). Sum of RGB (Red+Green+Blue) = 138+181+190=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB5BE is #754A41. Grayscale: #A9A9A9. Windows color (decimal): -7686722 or 12498314. OLE color: 12498314.

HSL color Cylindrical-coordinate representation of color #8AB5BE: hue angle of 190.38º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB5BE is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138181190-
CMYK0.270.0500.25
HSL190.38º28.57%64.31%-
HSV(B)190.38º27.37%74.51%-
XYZ36.342.1754.94-
YUV169.17139.75105.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=27.11%
G=35.56%
B=37.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381811900.270.0500.25190.3828.5764.31
Hex8AB5BE1B5019be1d40
Octal21226527633503127635100
Binary1000101010110101101111101101110101100110111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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