#8AB4BD

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

Shades of Botticelli #8AB4BD

Tints of Botticelli #8AB4BD

Color information

#8AB4BD (or 0x8AB4BD) is unknown color: approx Botticelli. HEX triplet: 8A, B4 and BD. RGB value is (138,180,189). Sum of RGB (Red+Green+Blue) = 138+180+189=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AB4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4BD is #754B42. Grayscale: #A8A8A8. Windows color (decimal): -7686979 or 12432522. OLE color: 12432522.

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

Color convert

RGB138180189-
CMYK0.270.0500.26
HSL190.59º27.87%64.12%-
HSV(B)190.59º26.98%74.12%-
XYZ35.9941.7254.3-
YUV168.47139.59106.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=27.22%
G=35.50%
B=37.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381801890.270.0500.26190.5927.8764.12
Hex8AB4BD1B501Abf1c40
Octal21226427533503227734100
Binary1000101010110100101111011101110101101010111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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