#93BCC9

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

Shades of Botticelli #93BCC9

Tints of Botticelli #93BCC9

Color information

#93BCC9 (or 0x93BCC9) is unknown color: approx Botticelli. HEX triplet: 93, BC and C9. RGB value is (147,188,201). Sum of RGB (Red+Green+Blue) = 147+188+201=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #93BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCC9 is #6C4336. Grayscale: #B1B1B1. Windows color (decimal): -7095095 or 13221011. OLE color: 13221011.

HSL color Cylindrical-coordinate representation of color #93BCC9: hue angle of 194.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93BCC9 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147188201-
CMYK0.270.0600.21
HSL194.44º33.33%68.24%-
HSV(B)194.44º26.87%78.82%-
XYZ40.5646.3962.07-
YUV177.22141.42106.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=27.43%
G=35.07%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471882010.270.0600.21194.4433.3368.24
Hex93BCC91B6015c22144
Octal22327431133602530241104
Binary10010011101111001100100111011110010101110000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,201); }

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

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

 a { background-color: rgb(147,188,201); }

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

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

 span { border-color: rgb(147,188,201); }

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