#8DAFB5

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

Shades of Botticelli #8DAFB5

Tints of Botticelli #8DAFB5

Color information

#8DAFB5 (or 0x8DAFB5) is unknown color: approx Botticelli. HEX triplet: 8D, AF and B5. RGB value is (141,175,181). Sum of RGB (Red+Green+Blue) = 141+175+181=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #8DAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFB5 is #72504A. Grayscale: #A5A5A5. Windows color (decimal): -7491659 or 11906957. OLE color: 11906957.

HSL color Cylindrical-coordinate representation of color #8DAFB5: hue angle of 189º 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 #8DAFB5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB141175181-
CMYK0.220.0300.29
HSL189º21.28%63.14%-
HSV(B)189º22.1%70.98%-
XYZ34.6539.6649.54-
YUV165.52136.74110.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=28.37%
G=35.21%
B=36.42%

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
Decimal1411751810.220.0300.2918921.2863.14
Hex8DAFB516301Dbd153f
Octal2152572652630352752577
Binary10001101101011111011010110110110111011011110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,181); }

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

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

 a { background-color: rgb(141,175,181); }

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

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

 span { border-color: rgb(141,175,181); }

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