#008DAB

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

Shades of Eastern Blue #008DAB

Tints of Eastern Blue #008DAB

Color information

#008DAB (or 0x008DAB) is unknown color: approx Eastern Blue. HEX triplet: 00, 8D and AB. RGB value is (0,141,171). Sum of RGB (Red+Green+Blue) = 0+141+171=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #008DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DAB is #FF7254. Grayscale: #666666. Windows color (decimal): -16740949 or 11242752. OLE color: 11242752.

HSL color Cylindrical-coordinate representation of color #008DAB: hue angle of 190.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DAB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0141171-
CMYK10.1800.33
HSL190.53º100%33.53%-
HSV(B)190.53º100%67.06%-
XYZ16.8821.9941.88-
YUV102.26166.7955.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=0%
G=45.19%
B=54.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal014117110.1800.33190.5310033.53
Hex08DAB6412021bf6422
Octal02152531442204127714442
Binary010001101101010111100100100100100001101111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008DAB; }

 p { color: rgb(0,141,171); }

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

<style>
 a { background-color: #008DAB; }

 a { background-color: rgb(0,141,171); }

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

<style>
 span { border-color: #008DAB; }

 span { border-color: rgb(0,141,171); }

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