#93B3BF

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

Shades of Botticelli #93B3BF

Tints of Botticelli #93B3BF

Color information

#93B3BF (or 0x93B3BF) is unknown color: approx Botticelli. HEX triplet: 93, B3 and BF. RGB value is (147,179,191). Sum of RGB (Red+Green+Blue) = 147+179+191=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #93B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3BF is #6C4C40. Grayscale: #AAAAAA. Windows color (decimal): -7097409 or 12563347. OLE color: 12563347.

HSL color Cylindrical-coordinate representation of color #93B3BF: hue angle of 196.36º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B3BF is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147179191-
CMYK0.230.0600.25
HSL196.36º25.58%66.27%-
HSV(B)196.36º23.04%74.9%-
XYZ37.5642.255.46-
YUV170.8139.4111.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 36.94%
R=28.43%
G=34.62%
B=36.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471791910.230.0600.25196.3625.5866.27
Hex93B3BF176019c41a42
Octal22326327727603130432102
Binary1001001110110011101111111011111001100111000100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,191); }

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

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

 a { background-color: rgb(147,179,191); }

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

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

 span { border-color: rgb(147,179,191); }

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