#186263

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

Shades of Blue Stone #186263

Tints of Blue Stone #186263

Color information

#186263 (or 0x186263) is unknown color: approx Blue Stone. HEX triplet: 18, 62 and 63. RGB value is (24,98,99). Sum of RGB (Red+Green+Blue) = 24+98+99=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #186263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186263 is #E79D9C. Grayscale: #4B4B4B. Windows color (decimal): -15179165 or 6513176. OLE color: 6513176.

HSL color Cylindrical-coordinate representation of color #186263: hue angle of 180.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186263 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB249899-
CMYK0.760.0100.61
HSL180.8º60.98%24.12%-
HSV(B)180.8º75.76%38.82%-
XYZ79.8313.33-
YUV75.99140.9890.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=10.86%
G=44.34%
B=44.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2498990.760.0100.61180.860.9824.12
Hex1862634C103Db53d18
Octal3014214311410752657530
Binary11000110001011000111001100101111011011010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186263; }

 p { color: rgb(24,98,99); }

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

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

 a { background-color: rgb(24,98,99); }

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

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

 span { border-color: rgb(24,98,99); }

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