#8AB8BE

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

Shades of Botticelli #8AB8BE

Tints of Botticelli #8AB8BE

Color information

#8AB8BE (or 0x8AB8BE) is unknown color: approx Botticelli. HEX triplet: 8A, B8 and BE. RGB value is (138,184,190). Sum of RGB (Red+Green+Blue) = 138+184+190=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #8AB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB8BE is #754741. Grayscale: #AAAAAA. Windows color (decimal): -7685954 or 12499082. OLE color: 12499082.

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

Color convert

RGB138184190-
CMYK0.270.0300.25
HSL186.92º28.57%64.31%-
HSV(B)186.92º27.37%74.51%-
XYZ36.9243.455.15-
YUV170.93138.76104.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=26.95%
G=35.94%
B=37.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381841900.270.0300.25186.9228.5764.31
Hex8AB8BE1B3019bb1d40
Octal21227027633303127335100
Binary100010101011100010111110110111101100110111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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