#93A6BF

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

Shades of Rock Blue #93A6BF

Tints of Rock Blue #93A6BF

Color information

#93A6BF (or 0x93A6BF) is unknown color: approx Rock Blue. HEX triplet: 93, A6 and BF. RGB value is (147,166,191). Sum of RGB (Red+Green+Blue) = 147+166+191=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #93A6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6BF is #6C5940. Grayscale: #A3A3A3. Windows color (decimal): -7100737 or 12560019. OLE color: 12560019.

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

Color convert

RGB147166191-
CMYK0.230.1300.25
HSL214.09º25.58%66.27%-
HSV(B)214.09º23.04%74.9%-
XYZ35.0737.2454.63-
YUV163.17143.71116.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 191 (75% from 255) = 37.90%
R=29.17%
G=32.94%
B=37.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471661910.230.1300.25214.0925.5866.27
Hex93A6BF17D019d61a42
Octal223246277271503132632102
Binary10010011101001101011111110111110101100111010110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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