Html Css Color HEX #108296 Eastern Blue

📋 copy color: '#108296'

red 16 ◦ green 130 ◦ blue 150

#108296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #108296

Tints of Eastern Blue #108296

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 value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#108296 (or 0x108296) is known color: 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

RGB 16 130 150 -
CMYK 0.89 0.13 0 0.41
HSL 188.96º 0.81% 0.33% -
HSV(B) 188.96º 0.89% 0.59% -
XYZ 13.7 18.28 31.66 -
YUV 98.19 157.23 69.37 -
System Red Green Blue C M Y K H S L
Decimal 16 130 150 0.89 0.13 0 0.41 188.96 0.81 0.33
Hex 10 82 96 59 D 0 29 BD 51 21
Octal 20 202 226 131 15 0 51 275 121 41
Binary 10000 10000010 10010110 1011001 1101 0 101001 10111101 1010001 100001

Color Harmonies of #108296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108296

Black with #108296

Text Example


Text Example

White with #108296

Text Example


Text Example

HTML Codes & Css Web 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>