#108296

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

Shades of Eastern Blue #108296

Tints of Eastern Blue #108296

Color information

#108296 (or 0x108296) is unknown color: approx Eastern Blue. HEX triplet: 10, 82 and 96. RGB value is (16,130,150). Sum of RGB (Red+Green+Blue) = 16+130+150=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #108296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108296 is #EF7D69. Grayscale: #626262. Windows color (decimal): -15695210 or 9863696. OLE color: 9863696.

HSL color Cylindrical-coordinate representation of color #108296: hue angle of 188.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108296 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16130150-
CMYK0.890.1300.41
HSL188.96º80.72%32.55%-
HSV(B)188.96º89.33%58.82%-
XYZ13.718.2831.66-
YUV98.19157.2369.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.41%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 150 (58.98% from 255) = 50.68%
R=5.41%
G=43.92%
B=50.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161301500.890.1300.41188.9680.7232.55
Hex10829659D029bd5121
Octal202022261311505127512141
Binary100001000001010010110101100111010101001101111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108296; }

 p { color: rgb(16,130,150); }

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

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

 a { background-color: rgb(16,130,150); }

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

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

 span { border-color: rgb(16,130,150); }

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