#088D9F

Color #088D9F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #088D9F

Tints of Eastern Blue #088D9F

Color information

#088D9F (or 0x088D9F) is unknown color: approx Eastern Blue. HEX triplet: 08, 8D and 9F. RGB value is (8,141,159). Sum of RGB (Red+Green+Blue) = 8+141+159=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #088D9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D9F is #F77260. Grayscale: #676767. Windows color (decimal): -16216673 or 10456328. OLE color: 10456328.

HSL color Cylindrical-coordinate representation of color #088D9F: hue angle of 187.15º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088D9F is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8141159-
CMYK0.950.1100.38
HSL187.15º90.42%32.75%-
HSV(B)187.15º94.97%62.35%-
XYZ15.8821.636.13-
YUV103.28159.4460.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=2.60%
G=45.78%
B=51.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81411590.950.1100.38187.1590.4232.75
Hex88D9F5FB026bb5a21
Octal102152371371304627313241
Binary10001000110110011111101111110110100110101110111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,141,159); }

 H1.HeaderClassName
 {
   color: #088D9F;
 }
 .AnyTagClassName
 {
   color: #088D9F;
 }
</style>
background-color css

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

 a { background-color: rgb(8,141,159); }

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

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

 span { border-color: rgb(8,141,159); }

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