Html Css Color HEX #088999 Eastern Blue

📋 copy color: '#088999'

red 8 ◦ green 137 ◦ blue 153

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

Shades of Eastern Blue #088999

Tints of Eastern Blue #088999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 2.68%
G = 45.97%
B = 51.34%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088999 (or 0x088999) is known color: Eastern Blue. HEX triplet: 08, 89 and 99. RGB value is (8,137,153). Sum of RGB (Red+Green+Blue) = 8+137+153=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #088999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088999 is #F77666. Grayscale: #646464. Windows color (decimal): -16217703 or 10062088. OLE color: 10062088.

HSL color Cylindrical-coordinate representation of color #088999: hue angle of 186.62º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088999 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 137 153 -
CMYK 0.95 0.10 0 0.4
HSL 186.62º 0.9% 0.32% -
HSV(B) 186.62º 0.95% 0.6% -
XYZ 14.8 20.24 33.26 -
YUV 100.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 8 137 153 0.95 0.10 0 0.4 186.62 0.9 0.32
Hex 8 89 99 5F A 0 28 BB 5A 20
Octal 10 211 231 137 12 0 50 273 132 40
Binary 1000 10001001 10011001 1011111 1010 0 101000 10111011 1011010 100000

Color Harmonies of #088999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088999

Black with #088999

Text Example


Text Example

White with #088999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088999; }

 p { color: rgb(8,137,153); }

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

background-color css

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

 a { background-color: rgb(8,137,153); }

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

border-color css

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

 span { border-color: rgb(8,137,153); }

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