Html Css Color HEX #088696 Eastern Blue

📋 copy color: '#088696'

red 8 ◦ green 134 ◦ blue 150

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

Shades of Eastern Blue #088696

Tints of Eastern Blue #088696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 2.74%
G = 45.89%
B = 51.37%

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

#088696 (or 0x088696) is known color: Eastern Blue. HEX triplet: 08, 86 and 96. RGB value is (8,134,150). Sum of RGB (Red+Green+Blue) = 8+134+150=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #088696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088696 is #F77969. Grayscale: #616161. Windows color (decimal): -16218474 or 9864712. OLE color: 9864712.

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

Color convert

RGB 8 134 150 -
CMYK 0.95 0.11 0 0.41
HSL 186.76º 0.9% 0.31% -
HSV(B) 186.76º 0.95% 0.59% -
XYZ 14.13 19.3 31.84 -
YUV 98.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 8 134 150 0.95 0.11 0 0.41 186.76 0.9 0.31
Hex 8 86 96 5F B 0 29 BB 5A 1F
Octal 10 206 226 137 13 0 51 273 132 37
Binary 1000 10000110 10010110 1011111 1011 0 101001 10111011 1011010 11111

Color Harmonies of #088696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088696

Black with #088696

Text Example


Text Example

White with #088696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088696; }

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

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

background-color css

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

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

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

border-color css

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

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

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