#8AB6BD

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

Shades of Botticelli #8AB6BD

Tints of Botticelli #8AB6BD

Color information

#8AB6BD (or 0x8AB6BD) is unknown color: approx Botticelli. HEX triplet: 8A, B6 and BD. RGB value is (138,182,189). Sum of RGB (Red+Green+Blue) = 138+182+189=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AB6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6BD is #754942. Grayscale: #A9A9A9. Windows color (decimal): -7686467 or 12433034. OLE color: 12433034.

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

Color convert

RGB138182189-
CMYK0.270.0400.26
HSL188.24º27.87%64.12%-
HSV(B)188.24º26.98%74.12%-
XYZ36.3942.5354.44-
YUV169.64138.92105.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 189 (74.22% from 255) = 37.13%
R=27.11%
G=35.76%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381821890.270.0400.26188.2427.8764.12
Hex8AB6BD1B401Abc1c40
Octal21226627533403227434100
Binary1000101010110110101111011101110001101010111100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,189); }

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

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

 a { background-color: rgb(138,182,189); }

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

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

 span { border-color: rgb(138,182,189); }

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