#93B9BF

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

Shades of Botticelli #93B9BF

Tints of Botticelli #93B9BF

Color information

#93B9BF (or 0x93B9BF) is unknown color: approx Botticelli. HEX triplet: 93, B9 and BF. RGB value is (147,185,191). Sum of RGB (Red+Green+Blue) = 147+185+191=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #93B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9BF is #6C4640. Grayscale: #AEAEAE. Windows color (decimal): -7095873 or 12564883. OLE color: 12564883.

HSL color Cylindrical-coordinate representation of color #93B9BF: hue angle of 188.18º 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 #93B9BF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147185191-
CMYK0.230.0300.25
HSL188.18º25.58%66.27%-
HSV(B)188.18º23.04%74.9%-
XYZ38.7944.6655.87-
YUV174.32137.41108.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 191 (75% from 255) = 36.52%
R=28.11%
G=35.37%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471851910.230.0300.25188.1825.5866.27
Hex93B9BF173019bc1a42
Octal22327127727303127432102
Binary100100111011100110111111101111101100110111100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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