#8DAAAE

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

Shades of Botticelli #8DAAAE

Tints of Botticelli #8DAAAE

Color information

#8DAAAE (or 0x8DAAAE) is unknown color: approx Botticelli. HEX triplet: 8D, AA and AE. RGB value is (141,170,174). Sum of RGB (Red+Green+Blue) = 141+170+174=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #8DAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAAAE is #725551. Grayscale: #A1A1A1. Windows color (decimal): -7492946 or 11446925. OLE color: 11446925.

HSL color Cylindrical-coordinate representation of color #8DAAAE: hue angle of 187.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAAAE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141170174-
CMYK0.190.0200.32
HSL187.27º16.92%61.76%-
HSV(B)187.27º18.97%68.24%-
XYZ3337.4745.54-
YUV161.78134.89113.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.07%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=29.07%
G=35.05%
B=35.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411701740.190.0200.32187.2716.9261.76
Hex8DAAAE132020bb113e
Octal2152522562320402732176
Binary100011011010101010101110100111001000001011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,174); }

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

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

 a { background-color: rgb(141,170,174); }

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

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

 span { border-color: rgb(141,170,174); }

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