Html Css Color HEX #008DAB Eastern Blue

📋 copy color: '#008DAB'

red 0 ◦ green 141 ◦ blue 171

#008DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #008DAB

Tints of Eastern Blue #008DAB

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 value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#008DAB (or 0x008DAB) is known color: 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

RGB 0 141 171 -
CMYK 1 0.18 0 0.33
HSL 190.53º 1% 0.34% -
HSV(B) 190.53º 1% 0.67% -
XYZ 16.88 21.99 41.88 -
YUV 102.26 166.79 55.06 -
System Red Green Blue C M Y K H S L
Decimal 0 141 171 1 0.18 0 0.33 190.53 1 0.34
Hex 0 8D AB 64 12 0 21 BF 64 22
Octal 0 215 253 144 22 0 41 277 144 42
Binary 0 10001101 10101011 1100100 10010 0 100001 10111111 1100100 100010

Color Harmonies of #008DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DAB

Black with #008DAB

Text Example


Text Example

White with #008DAB

Text Example


Text Example

HTML Codes & Css Web 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>