Html Css Color HEX #108997 Eastern Blue

📋 copy color: '#108997'

red 16 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #108997

Tints of Eastern Blue #108997

RGB

 RED value IS 16 (6.64% from 255) = 5.26%

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 151 (59.38% from 255) = 49.67%

R = 5.26%
G = 45.07%
B = 49.67%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#108997 (or 0x108997) is known color: Eastern Blue. HEX triplet: 10, 89 and 97. RGB value is (16,137,151). Sum of RGB (Red+Green+Blue) = 16+137+151=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #108997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108997 is #EF7668. Grayscale: #666666. Windows color (decimal): -15693417 or 9931024. OLE color: 9931024.

HSL color Cylindrical-coordinate representation of color #108997: hue angle of 186.22º 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 #108997 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 137 151 -
CMYK 0.89 0.09 0 0.41
HSL 186.22º 0.81% 0.33% -
HSV(B) 186.22º 0.89% 0.59% -
XYZ 14.75 20.24 32.41 -
YUV 102.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 16 137 151 0.89 0.09 0 0.41 186.22 0.81 0.33
Hex 10 89 97 59 9 0 29 BA 51 21
Octal 20 211 227 131 11 0 51 272 121 41
Binary 10000 10001001 10010111 1011001 1001 0 101001 10111010 1010001 100001

Color Harmonies of #108997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108997

Black with #108997

Text Example


Text Example

White with #108997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108997; }

 p { color: rgb(16,137,151); }

 H1.HeaderClassName
 {
   color: #108997;
 }
 .AnyTagClassName
 {
   color: #108997;
 }
</style>

background-color css

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

 a { background-color: rgb(16,137,151); }

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

border-color css

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

 span { border-color: rgb(16,137,151); }

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