#088E98

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

Shades of Eastern Blue #088E98

Tints of Eastern Blue #088E98

Color information

#088E98 (or 0x088E98) is unknown color: approx Eastern Blue. HEX triplet: 08, 8E and 98. RGB value is (8,142,152). Sum of RGB (Red+Green+Blue) = 8+142+152=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #088E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088E98 is #F77167. Grayscale: #666666. Windows color (decimal): -16216424 or 9997832. OLE color: 9997832.

HSL color Cylindrical-coordinate representation of color #088E98: hue angle of 184.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088E98 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8142152-
CMYK0.950.0700.40
HSL184.17º90%31.37%-
HSV(B)184.17º94.74%59.61%-
XYZ15.4421.6633.07-
YUV103.07155.6160.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=2.65%
G=47.02%
B=50.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81421520.950.0700.40184.179031.37
Hex88E985F7028b85a1f
Octal10216230137705027013237
Binary100010001110100110001011111111010100010111000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,142,152); }

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

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

 a { background-color: rgb(8,142,152); }

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

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

 span { border-color: rgb(8,142,152); }

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