#8DAFBB

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

Shades of Botticelli #8DAFBB

Tints of Botticelli #8DAFBB

Color information

#8DAFBB (or 0x8DAFBB) is unknown color: approx Botticelli. HEX triplet: 8D, AF and BB. RGB value is (141,175,187). Sum of RGB (Red+Green+Blue) = 141+175+187=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFBB is #725044. Grayscale: #A6A6A6. Windows color (decimal): -7491653 or 12300173. OLE color: 12300173.

HSL color Cylindrical-coordinate representation of color #8DAFBB: hue angle of 195.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DAFBB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141175187-
CMYK0.250.0600.27
HSL195.65º25.27%64.31%-
HSV(B)195.65º24.6%73.33%-
XYZ35.2839.9152.86-
YUV166.2139.74110.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.03%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=28.03%
G=34.79%
B=37.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411751870.250.0600.27195.6525.2764.31
Hex8DAFBB19601Bc41940
Octal21525727331603330431100
Binary1000110110101111101110111100111001101111000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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