Html Css Color HEX #0A8998 Eastern Blue

📋 copy color: '#0A8998'

red 10 ◦ green 137 ◦ blue 152

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

Shades of Eastern Blue #0A8998

Tints of Eastern Blue #0A8998

RGB

 RED value IS 10 (4.3% from 255) = 3.34%

 GREEN value IS 137 (53.91% from 255) = 45.82%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 3.34%
G = 45.82%
B = 50.84%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A8998 (or 0x0A8998) is known color: Eastern Blue. HEX triplet: 0A, 89 and 98. RGB value is (10,137,152). Sum of RGB (Red+Green+Blue) = 10+137+152=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A8998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8998 is #F57667. Grayscale: #646464. Windows color (decimal): -16086632 or 9996554. OLE color: 9996554.

HSL color Cylindrical-coordinate representation of color #0A8998: hue angle of 186.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8998 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 137 152 -
CMYK 0.93 0.10 0 0.40
HSL 186.34º 0.88% 0.32% -
HSV(B) 186.34º 0.93% 0.6% -
XYZ 14.74 20.22 32.83 -
YUV 100.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 10 137 152 0.93 0.10 0 0.40 186.34 0.88 0.32
Hex A 89 98 5D A 0 28 BA 58 20
Octal 12 211 230 135 12 0 50 272 130 40
Binary 1010 10001001 10011000 1011101 1010 0 101000 10111010 1011000 100000

Color Harmonies of #0A8998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8998

Black with #0A8998

Text Example


Text Example

White with #0A8998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8998; }

 p { color: rgb(10,137,152); }

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

background-color css

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

 a { background-color: rgb(10,137,152); }

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

border-color css

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

 span { border-color: rgb(10,137,152); }

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