#088BA1

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

Shades of Eastern Blue #088BA1

Tints of Eastern Blue #088BA1

Color information

#088BA1 (or 0x088BA1) is unknown color: approx Eastern Blue. HEX triplet: 08, 8B and A1. RGB value is (8,139,161). Sum of RGB (Red+Green+Blue) = 8+139+161=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #088BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088BA1 is #F7745E. Grayscale: #666666. Windows color (decimal): -16217183 or 10586888. OLE color: 10586888.

HSL color Cylindrical-coordinate representation of color #088BA1: hue angle of 188.63º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088BA1 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8139161-
CMYK0.950.1400.37
HSL188.63º90.53%33.14%-
HSV(B)188.63º95.03%63.14%-
XYZ15.7721.0936.96-
YUV102.34161.160.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 161 (63.28% from 255) = 52.27%
R=2.60%
G=45.13%
B=52.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81391610.950.1400.37188.6390.5333.14
Hex88BA15FE025bd5b21
Octal102132411371604527513341
Binary10001000101110100001101111111100100101101111011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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