#8BADB9

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

Shades of Botticelli #8BADB9

Tints of Botticelli #8BADB9

Color information

#8BADB9 (or 0x8BADB9) is unknown color: approx Botticelli. HEX triplet: 8B, AD and B9. RGB value is (139,173,185). Sum of RGB (Red+Green+Blue) = 139+173+185=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 185 - color contains mainly: blue. Hex color #8BADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADB9 is #745246. Grayscale: #A4A4A4. Windows color (decimal): -7623239 or 12168587. OLE color: 12168587.

HSL color Cylindrical-coordinate representation of color #8BADB9: 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 #8BADB9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139173185-
CMYK0.250.0600.27
HSL195.65º24.73%63.53%-
HSV(B)195.65º24.86%72.55%-
XYZ34.3538.8851.59-
YUV164.2139.74110.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.97%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 185 (72.66% from 255) = 37.22%
R=27.97%
G=34.81%
B=37.22%

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
Decimal1391731850.250.0600.27195.6524.7363.53
Hex8BADB919601Bc41940
Octal21325527131603330431100
Binary1000101110101101101110011100111001101111000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,185); }

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

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

 a { background-color: rgb(139,173,185); }

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

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

 span { border-color: rgb(139,173,185); }

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