#8DAEB4

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

Shades of Botticelli #8DAEB4

Tints of Botticelli #8DAEB4

Color information

#8DAEB4 (or 0x8DAEB4) is unknown color: approx Botticelli. HEX triplet: 8D, AE and B4. RGB value is (141,174,180). Sum of RGB (Red+Green+Blue) = 141+174+180=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #8DAEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAEB4 is #72514B. Grayscale: #A4A4A4. Windows color (decimal): -7491916 or 11841165. OLE color: 11841165.

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

Color convert

RGB141174180-
CMYK0.220.0300.29
HSL189.23º20.63%62.94%-
HSV(B)189.23º21.67%70.59%-
XYZ34.3639.2348.94-
YUV164.82136.57111.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=28.48%
G=35.15%
B=36.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411741800.220.0300.29189.2320.6362.94
Hex8DAEB416301Dbd153f
Octal2152562642630352752577
Binary10001101101011101011010010110110111011011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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