Html Css Color HEX #088697 Eastern Blue

📋 copy color: '#088697'

red 8 ◦ green 134 ◦ blue 151

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

Shades of Eastern Blue #088697

Tints of Eastern Blue #088697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

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

R = 2.73%
G = 45.73%
B = 51.54%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#088697 (or 0x088697) is known color: Eastern Blue. HEX triplet: 08, 86 and 97. RGB value is (8,134,151). Sum of RGB (Red+Green+Blue) = 8+134+151=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #088697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088697 is #F77968. Grayscale: #626262. Windows color (decimal): -16218473 or 9930248. OLE color: 9930248.

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

Color convert

RGB 8 134 151 -
CMYK 0.95 0.11 0 0.41
HSL 187.13º 0.9% 0.31% -
HSV(B) 187.13º 0.95% 0.59% -
XYZ 14.21 19.34 32.26 -
YUV 98.26 157.76 63.62 -
System Red Green Blue C M Y K H S L
Decimal 8 134 151 0.95 0.11 0 0.41 187.13 0.9 0.31
Hex 8 86 97 5F B 0 29 BB 5A 1F
Octal 10 206 227 137 13 0 51 273 132 37
Binary 1000 10000110 10010111 1011111 1011 0 101001 10111011 1011010 11111

Color Harmonies of #088697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088697

Black with #088697

Text Example


Text Example

White with #088697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088697; }

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

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

background-color css

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

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

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

border-color css

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

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

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