#008CAB

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

Shades of Eastern Blue #008CAB

Tints of Eastern Blue #008CAB

Color information

#008CAB (or 0x008CAB) is unknown color: approx Eastern Blue. HEX triplet: 00, 8C and AB. RGB value is (0,140,171). Sum of RGB (Red+Green+Blue) = 0+140+171=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #008CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CAB is #FF7354. Grayscale: #656565. Windows color (decimal): -16741205 or 11242496. OLE color: 11242496.

HSL color Cylindrical-coordinate representation of color #008CAB: hue angle of 190.88º 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 #008CAB is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0140171-
CMYK10.1800.33
HSL190.88º100%33.53%-
HSV(B)190.88º100%67.06%-
XYZ16.7321.741.83-
YUV101.67167.1255.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=0%
G=45.02%
B=54.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal014017110.1800.33190.8810033.53
Hex08CAB6412021bf6422
Octal02142531442204127714442
Binary010001100101010111100100100100100001101111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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