#088AAA

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

Shades of Eastern Blue #088AAA

Tints of Eastern Blue #088AAA

Color information

#088AAA (or 0x088AAA) is unknown color: approx Eastern Blue. HEX triplet: 08, 8A and AA. RGB value is (8,138,170). Sum of RGB (Red+Green+Blue) = 8+138+170=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #088AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088AAA is #F77555. Grayscale: #666666. Windows color (decimal): -16217430 or 11176456. OLE color: 11176456.

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

Color convert

RGB8138170-
CMYK0.950.1900.33
HSL191.85º91.01%34.9%-
HSV(B)191.85º95.29%66.67%-
XYZ16.4421.1341.24-
YUV102.78165.9360.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.53%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=2.53%
G=43.67%
B=53.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81381700.950.1900.33191.8591.0134.9
Hex88AAA5F13021c05b23
Octal102122521372304130013343
Binary100010001010101010101011111100110100001110000001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,138,170); }

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

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

 a { background-color: rgb(8,138,170); }

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

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

 span { border-color: rgb(8,138,170); }

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