#156266

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

Shades of Blue Stone #156266

Tints of Blue Stone #156266

Color information

#156266 (or 0x156266) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 66. RGB value is (21,98,102). Sum of RGB (Red+Green+Blue) = 21+98+102=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #156266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156266 is #EA9D99. Grayscale: #4B4B4B. Windows color (decimal): -15375770 or 6709781. OLE color: 6709781.

HSL color Cylindrical-coordinate representation of color #156266: hue angle of 182.96º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156266 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2198102-
CMYK0.790.0400.6
HSL182.96º65.85%24.12%-
HSV(B)182.96º79.41%40%-
XYZ7.089.8514.1-
YUV75.43142.9989.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=9.50%
G=44.34%
B=46.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21981020.790.0400.6182.9665.8524.12
Hex1562664F403Cb74218
Octal25142146117407426710230
Binary10101110001011001101001111100011110010110111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156266; }

 p { color: rgb(21,98,102); }

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

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

 a { background-color: rgb(21,98,102); }

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

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

 span { border-color: rgb(21,98,102); }

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