Html Css Color HEX #197D97 Eastern Blue

📋 copy color: '#197D97'

red 25 ◦ green 125 ◦ blue 151

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

Shades of Eastern Blue #197D97

Tints of Eastern Blue #197D97

RGB

 RED value IS 25 (10.16% from 255) = 8.31%

 GREEN value IS 125 (49.22% from 255) = 41.53%

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

R = 8.31%
G = 41.53%
B = 50.17%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#197D97 (or 0x197D97) is known color: Eastern Blue. HEX triplet: 19, 7D and 97. RGB value is (25,125,151). Sum of RGB (Red+Green+Blue) = 25+125+151=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #197D97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D97 is #E68268. Grayscale: #616161. Windows color (decimal): -15106665 or 9927961. OLE color: 9927961.

HSL color Cylindrical-coordinate representation of color #197D97: hue angle of 192.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197D97 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 125 151 -
CMYK 0.83 0.17 0 0.41
HSL 192.38º 0.72% 0.35% -
HSV(B) 192.38º 0.83% 0.59% -
XYZ 13.32 17.11 31.88 -
YUV 98.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 25 125 151 0.83 0.17 0 0.41 192.38 0.72 0.35
Hex 19 7D 97 53 11 0 29 C0 48 23
Octal 31 175 227 123 21 0 51 300 110 43
Binary 11001 1111101 10010111 1010011 10001 0 101001 11000000 1001000 100011

Color Harmonies of #197D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D97

Black with #197D97

Text Example


Text Example

White with #197D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197D97; }

 p { color: rgb(25,125,151); }

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

background-color css

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

 a { background-color: rgb(25,125,151); }

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

border-color css

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

 span { border-color: rgb(25,125,151); }

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