#8AB7BC

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

Shades of Botticelli #8AB7BC

Tints of Botticelli #8AB7BC

Color information

#8AB7BC (or 0x8AB7BC) is unknown color: approx Botticelli. HEX triplet: 8A, B7 and BC. RGB value is (138,183,188). Sum of RGB (Red+Green+Blue) = 138+183+188=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #8AB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7BC is #754843. Grayscale: #AAAAAA. Windows color (decimal): -7686212 or 12367754. OLE color: 12367754.

HSL color Cylindrical-coordinate representation of color #8AB7BC: hue angle of 186º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AB7BC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138183188-
CMYK0.270.0300.26
HSL186º27.17%63.92%-
HSV(B)186º26.6%73.73%-
XYZ36.4942.953.93-
YUV170.12138.09105.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=27.11%
G=35.95%
B=36.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381831880.270.0300.2618627.1763.92
Hex8AB7BC1B301Aba1b40
Octal21226727433303227233100
Binary100010101011011110111100110111101101010111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,188); }

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

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

 a { background-color: rgb(138,183,188); }

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

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

 span { border-color: rgb(138,183,188); }

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