#8DAEB2

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

Shades of Botticelli #8DAEB2

Tints of Botticelli #8DAEB2

Color information

#8DAEB2 (or 0x8DAEB2) is unknown color: approx Botticelli. HEX triplet: 8D, AE and B2. RGB value is (141,174,178). Sum of RGB (Red+Green+Blue) = 141+174+178=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 178 - color contains mainly: blue. Hex color #8DAEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEB2 is #72514D. Grayscale: #A4A4A4. Windows color (decimal): -7491918 or 11710093. OLE color: 11710093.

HSL color Cylindrical-coordinate representation of color #8DAEB2: hue angle of 186.49º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DAEB2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB141174178-
CMYK0.210.0200.30
HSL186.49º19.37%62.55%-
HSV(B)186.49º20.79%69.8%-
XYZ34.1639.1547.88-
YUV164.59135.57111.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.60%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=28.60%
G=35.29%
B=36.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411741780.210.0200.30186.4919.3762.55
Hex8DAEB215201Eba133f
Octal2152562622520362722377
Binary10001101101011101011001010101100111101011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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