#088CA4

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

Shades of Eastern Blue #088CA4

Tints of Eastern Blue #088CA4

Color information

#088CA4 (or 0x088CA4) is unknown color: approx Eastern Blue. HEX triplet: 08, 8C and A4. RGB value is (8,140,164). Sum of RGB (Red+Green+Blue) = 8+140+164=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #088CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088CA4 is #F7735B. Grayscale: #676767. Windows color (decimal): -16216924 or 10783752. OLE color: 10783752.

HSL color Cylindrical-coordinate representation of color #088CA4: hue angle of 189.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088CA4 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8140164-
CMYK0.950.1500.36
HSL189.23º90.7%33.73%-
HSV(B)189.23º95.12%64.31%-
XYZ16.1821.4938.42-
YUV103.27162.2760.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 140 (55.08% from 255) = 44.87%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=2.56%
G=44.87%
B=52.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81401640.950.1500.36189.2390.733.73
Hex88CA45FF024bd5b22
Octal102142441371704427513342
Binary10001000110010100100101111111110100100101111011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,140,164); }

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

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

 a { background-color: rgb(8,140,164); }

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

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

 span { border-color: rgb(8,140,164); }

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