#93A5BC

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

Shades of Rock Blue #93A5BC

Tints of Rock Blue #93A5BC

Color information

#93A5BC (or 0x93A5BC) is unknown color: approx Rock Blue. HEX triplet: 93, A5 and BC. RGB value is (147,165,188). Sum of RGB (Red+Green+Blue) = 147+165+188=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #93A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5BC is #6C5A43. Grayscale: #A2A2A2. Windows color (decimal): -7100996 or 12363155. OLE color: 12363155.

HSL color Cylindrical-coordinate representation of color #93A5BC: hue angle of 213.66º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93A5BC is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147165188-
CMYK0.220.1200.26
HSL213.66º23.43%65.69%-
HSV(B)213.66º21.81%73.73%-
XYZ34.5636.7452.85-
YUV162.24142.54117.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.4%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=29.4%
G=33%
B=37.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471651880.220.1200.26213.6623.4365.69
Hex93A5BC16C01Ad61742
Octal223245274261403232627102
Binary10010011101001011011110010110110001101011010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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