#93BDC7

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

Shades of Botticelli #93BDC7

Tints of Botticelli #93BDC7

Color information

#93BDC7 (or 0x93BDC7) is unknown color: approx Botticelli. HEX triplet: 93, BD and C7. RGB value is (147,189,199). Sum of RGB (Red+Green+Blue) = 147+189+199=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #93BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BDC7 is #6C4238. Grayscale: #B1B1B1. Windows color (decimal): -7094841 or 13090195. OLE color: 13090195.

HSL color Cylindrical-coordinate representation of color #93BDC7: hue angle of 191.54º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93BDC7 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB147189199-
CMYK0.260.0500.22
HSL191.54º31.71%67.84%-
HSV(B)191.54º26.13%78.04%-
XYZ40.5446.7260.91-
YUV177.58140.09106.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 199 (78.12% from 255) = 37.20%
R=27.48%
G=35.33%
B=37.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471891990.260.0500.22191.5431.7167.84
Hex93BDC71A5016c02044
Octal22327530732502630040104
Binary10010011101111011100011111010101010110110000001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,199); }

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

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

 a { background-color: rgb(147,189,199); }

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

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

 span { border-color: rgb(147,189,199); }

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