#8AACB4

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

Shades of Botticelli #8AACB4

Tints of Botticelli #8AACB4

Color information

#8AACB4 (or 0x8AACB4) is unknown color: approx Botticelli. HEX triplet: 8A, AC and B4. RGB value is (138,172,180). Sum of RGB (Red+Green+Blue) = 138+172+180=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #8AACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACB4 is #75534B. Grayscale: #A2A2A2. Windows color (decimal): -7689036 or 11840650. OLE color: 11840650.

HSL color Cylindrical-coordinate representation of color #8AACB4: hue angle of 191.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AACB4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB138172180-
CMYK0.230.0400.29
HSL191.43º21.87%62.35%-
HSV(B)191.43º23.33%70.59%-
XYZ33.4738.248.79-
YUV162.75137.74110.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=28.16%
G=35.10%
B=36.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381721800.230.0400.29191.4321.8762.35
Hex8AACB417401Dbf163e
Octal2122542642740352772676
Binary100010101010110010110100101111000111011011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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