#93AFBB

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

Shades of Botticelli #93AFBB

Tints of Botticelli #93AFBB

Color information

#93AFBB (or 0x93AFBB) is unknown color: approx Botticelli. HEX triplet: 93, AF and BB. RGB value is (147,175,187). Sum of RGB (Red+Green+Blue) = 147+175+187=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #93AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBB is #6C5044. Grayscale: #A7A7A7. Windows color (decimal): -7098437 or 12300179. OLE color: 12300179.

HSL color Cylindrical-coordinate representation of color #93AFBB: hue angle of 198º degrees, saturation: 0.23, 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 #93AFBB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147175187-
CMYK0.210.0600.27
HSL198º22.73%65.49%-
HSV(B)198º21.39%73.33%-
XYZ36.3340.4552.91-
YUV168138.72113.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=28.88%
G=34.38%
B=36.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471751870.210.0600.2719822.7365.49
Hex93AFBB15601Bc61741
Octal22325727325603330627101
Binary1001001110101111101110111010111001101111000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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