Html Css Color HEX #088197 Eastern Blue

📋 copy color: '#088197'

red 8 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #088197

Tints of Eastern Blue #088197

RGB

 RED value IS 8 (3.52% from 255) = 2.78%

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 2.78%
G = 44.79%
B = 52.43%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#088197 (or 0x088197) is known color: Eastern Blue. HEX triplet: 08, 81 and 97. RGB value is (8,129,151). Sum of RGB (Red+Green+Blue) = 8+129+151=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #088197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088197 is #F77E68. Grayscale: #5F5F5F. Windows color (decimal): -16219753 or 9928968. OLE color: 9928968.

HSL color Cylindrical-coordinate representation of color #088197: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088197 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 129 151 -
CMYK 0.95 0.15 0 0.41
HSL 189.23º 0.9% 0.31% -
HSV(B) 189.23º 0.95% 0.59% -
XYZ 13.54 17.99 32.04 -
YUV 95.33 159.41 65.71 -
System Red Green Blue C M Y K H S L
Decimal 8 129 151 0.95 0.15 0 0.41 189.23 0.9 0.31
Hex 8 81 97 5F F 0 29 BD 5A 1F
Octal 10 201 227 137 17 0 51 275 132 37
Binary 1000 10000001 10010111 1011111 1111 0 101001 10111101 1011010 11111

Color Harmonies of #088197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088197

Black with #088197

Text Example


Text Example

White with #088197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088197; }

 p { color: rgb(8,129,151); }

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

background-color css

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

 a { background-color: rgb(8,129,151); }

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

border-color css

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

 span { border-color: rgb(8,129,151); }

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