#93BBBF

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

Shades of Botticelli #93BBBF

Tints of Botticelli #93BBBF

Color information

#93BBBF (or 0x93BBBF) is unknown color: approx Botticelli. HEX triplet: 93, BB and BF. RGB value is (147,187,191). Sum of RGB (Red+Green+Blue) = 147+187+191=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #93BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBBF is #6C4440. Grayscale: #AFAFAF. Windows color (decimal): -7095361 or 12565395. OLE color: 12565395.

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

Color convert

RGB147187191-
CMYK0.230.0200.25
HSL185.45º25.58%66.27%-
HSV(B)185.45º23.04%74.9%-
XYZ39.2145.5156.01-
YUV175.5136.75107.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 191 (75% from 255) = 36.38%
R=28%
G=35.62%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471871910.230.0200.25185.4525.5866.27
Hex93BBBF172019b91a42
Octal22327327727203127132102
Binary100100111011101110111111101111001100110111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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