Html Css Color HEX #0993A3 Eastern Blue

📋 copy color: '#0993A3'

red 9 ◦ green 147 ◦ blue 163

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

Shades of Eastern Blue #0993A3

Tints of Eastern Blue #0993A3

RGB

 RED value IS 9 (3.91% from 255) = 2.82%

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 163 (64.06% from 255) = 51.1%

R = 2.82%
G = 46.08%
B = 51.1%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0993A3 (or 0x0993A3) is known color: Eastern Blue. HEX triplet: 09, 93 and A3. RGB value is (9,147,163). Sum of RGB (Red+Green+Blue) = 9+147+163=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #0993A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0993A3 is #F66C5C. Grayscale: #6B6B6B. Windows color (decimal): -16149597 or 10720009. OLE color: 10720009.

HSL color Cylindrical-coordinate representation of color #0993A3: hue angle of 186.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0993A3 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 147 163 -
CMYK 0.94 0.10 0 0.36
HSL 186.23º 0.9% 0.34% -
HSV(B) 186.23º 0.94% 0.64% -
XYZ 17.16 23.57 38.3 -
YUV 107.56 159.28 57.7 -
System Red Green Blue C M Y K H S L
Decimal 9 147 163 0.94 0.10 0 0.36 186.23 0.9 0.34
Hex 9 93 A3 5E A 0 24 BA 5A 22
Octal 11 223 243 136 12 0 44 272 132 42
Binary 1001 10010011 10100011 1011110 1010 0 100100 10111010 1011010 100010

Color Harmonies of #0993A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0993A3

Black with #0993A3

Text Example


Text Example

White with #0993A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0993A3; }

 p { color: rgb(9,147,163); }

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

background-color css

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

 a { background-color: rgb(9,147,163); }

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

border-color css

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

 span { border-color: rgb(9,147,163); }

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