Html Css Color HEX #088099 Eastern Blue

📋 copy color: '#088099'

red 8 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #088099

Tints of Eastern Blue #088099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.29%

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

R = 2.77%
G = 44.29%
B = 52.94%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088099 (or 0x088099) is known color: Eastern Blue. HEX triplet: 08, 80 and 99. RGB value is (8,128,153). Sum of RGB (Red+Green+Blue) = 8+128+153=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #088099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088099 is #F77F66. Grayscale: #5E5E5E. Windows color (decimal): -16220007 or 10059784. OLE color: 10059784.

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

Color convert

RGB 8 128 153 -
CMYK 0.95 0.16 0 0.4
HSL 190.34º 0.9% 0.32% -
HSV(B) 190.34º 0.95% 0.6% -
XYZ 13.57 17.79 32.86 -
YUV 94.97 160.74 65.97 -
System Red Green Blue C M Y K H S L
Decimal 8 128 153 0.95 0.16 0 0.4 190.34 0.9 0.32
Hex 8 80 99 5F 10 0 28 BE 5A 20
Octal 10 200 231 137 20 0 50 276 132 40
Binary 1000 10000000 10011001 1011111 10000 0 101000 10111110 1011010 100000

Color Harmonies of #088099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088099

Black with #088099

Text Example


Text Example

White with #088099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088099; }

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

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

background-color css

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

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

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

border-color css

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

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

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