#8DAFBD

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

Shades of Botticelli #8DAFBD

Tints of Botticelli #8DAFBD

Color information

#8DAFBD (or 0x8DAFBD) is unknown color: approx Botticelli. HEX triplet: 8D, AF and BD. RGB value is (141,175,189). Sum of RGB (Red+Green+Blue) = 141+175+189=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFBD is #725042. Grayscale: #A6A6A6. Windows color (decimal): -7491651 or 12431245. OLE color: 12431245.

HSL color Cylindrical-coordinate representation of color #8DAFBD: hue angle of 197.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DAFBD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141175189-
CMYK0.250.0700.26
HSL197.5º26.67%64.71%-
HSV(B)197.5º25.4%74.12%-
XYZ35.54053.99-
YUV166.43140.74109.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=27.92%
G=34.65%
B=37.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411751890.250.0700.26197.526.6764.71
Hex8DAFBD19701Ac61b41
Octal21525727531703230633101
Binary1000110110101111101111011100111101101011000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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