Html Css Color HEX #088B99 Eastern Blue

📋 copy color: '#088B99'

red 8 ◦ green 139 ◦ blue 153

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

Shades of Eastern Blue #088B99

Tints of Eastern Blue #088B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.33%

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

R = 2.67%
G = 46.33%
B = 51%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088B99 (or 0x088B99) is known color: Eastern Blue. HEX triplet: 08, 8B and 99. RGB value is (8,139,153). Sum of RGB (Red+Green+Blue) = 8+139+153=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #088B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088B99 is #F77466. Grayscale: #656565. Windows color (decimal): -16217191 or 10062600. OLE color: 10062600.

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

Color convert

RGB 8 139 153 -
CMYK 0.95 0.09 0 0.4
HSL 185.79º 0.9% 0.32% -
HSV(B) 185.79º 0.95% 0.6% -
XYZ 15.08 20.82 33.36 -
YUV 101.43 157.1 61.36 -
System Red Green Blue C M Y K H S L
Decimal 8 139 153 0.95 0.09 0 0.4 185.79 0.9 0.32
Hex 8 8B 99 5F 9 0 28 BA 5A 20
Octal 10 213 231 137 11 0 50 272 132 40
Binary 1000 10001011 10011001 1011111 1001 0 101000 10111010 1011010 100000

Color Harmonies of #088B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B99

Black with #088B99

Text Example


Text Example

White with #088B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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