#93B7B9

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

Shades of Botticelli #93B7B9

Tints of Botticelli #93B7B9

Color information

#93B7B9 (or 0x93B7B9) is unknown color: approx Botticelli. HEX triplet: 93, B7 and B9. RGB value is (147,183,185). Sum of RGB (Red+Green+Blue) = 147+183+185=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #93B7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7B9 is #6C4846. Grayscale: #ACACAC. Windows color (decimal): -7096391 or 12171155. OLE color: 12171155.

HSL color Cylindrical-coordinate representation of color #93B7B9: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B7B9 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147183185-
CMYK0.210.0100.27
HSL183.16º21.35%65.1%-
HSV(B)183.16º20.54%72.55%-
XYZ37.7243.5752.32-
YUV172.46135.07109.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=28.54%
G=35.53%
B=35.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471831850.210.0100.27183.1621.3565.1
Hex93B7B915101Bb71541
Octal22326727125103326725101
Binary10010011101101111011100110101101101110110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B7B9; }

 p { color: rgb(147,183,185); }

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

<style>
 a { background-color: #93B7B9; }

 a { background-color: rgb(147,183,185); }

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

<style>
 span { border-color: #93B7B9; }

 span { border-color: rgb(147,183,185); }

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