Html Css Color HEX #008393 Eastern Blue

📋 copy color: '#008393'

red 0 ◦ green 131 ◦ blue 147

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

Shades of Eastern Blue #008393

Tints of Eastern Blue #008393

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 131 (51.56% from 255) = 47.12%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 0%
G = 47.12%
B = 52.88%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008393 (or 0x008393) is known color: Eastern Blue. HEX triplet: 00, 83 and 93. RGB value is (0,131,147). Sum of RGB (Red+Green+Blue) = 0+131+147=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #008393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008393 is #FF7C6C. Grayscale: #5D5D5D. Windows color (decimal): -16743533 or 9667328. OLE color: 9667328.

HSL color Cylindrical-coordinate representation of color #008393: hue angle of 186.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008393 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 131 147 -
CMYK 1 0.11 0 0.42
HSL 186.53º 1% 0.29% -
HSV(B) 186.53º 1% 0.58% -
XYZ 13.38 18.34 30.44 -
YUV 93.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 0 131 147 1 0.11 0 0.42 186.53 1 0.29
Hex 0 83 93 64 B 0 2A BB 64 1D
Octal 0 203 223 144 13 0 52 273 144 35
Binary 0 10000011 10010011 1100100 1011 0 101010 10111011 1100100 11101

Color Harmonies of #008393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008393

Black with #008393

Text Example


Text Example

White with #008393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008393; }

 p { color: rgb(0,131,147); }

 H1.HeaderClassName
 {
   color: #008393;
 }
 .AnyTagClassName
 {
   color: #008393;
 }
</style>

background-color css

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

 a { background-color: rgb(0,131,147); }

 div.DivClassName
 {
   background-color: #008393;
 }
 .BgClassName
 {
   background-color: #008393;
 }
</style>

border-color css

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

 span { border-color: rgb(0,131,147); }

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