#93B4C0

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

Shades of Botticelli #93B4C0

Tints of Botticelli #93B4C0

Color information

#93B4C0 (or 0x93B4C0) is unknown color: approx Botticelli. HEX triplet: 93, B4 and C0. RGB value is (147,180,192). Sum of RGB (Red+Green+Blue) = 147+180+192=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #93B4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4C0 is #6C4B3F. Grayscale: #ABABAB. Windows color (decimal): -7097152 or 12629139. OLE color: 12629139.

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

Color convert

RGB147180192-
CMYK0.230.0600.25
HSL196º26.32%66.47%-
HSV(B)196º23.44%75.29%-
XYZ37.8742.6556.11-
YUV171.5139.57110.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.32%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=28.32%
G=34.68%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471801920.230.0600.2519626.3266.47
Hex93B4C0176019c41a42
Octal22326430027603130432102
Binary1001001110110100110000001011111001100111000100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,192); }

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

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

 a { background-color: rgb(147,180,192); }

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

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

 span { border-color: rgb(147,180,192); }

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