Html Css Color HEX #0987AA Eastern Blue

📋 copy color: '#0987AA'

red 9 ◦ green 135 ◦ blue 170

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

Shades of Eastern Blue #0987AA

Tints of Eastern Blue #0987AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 2.87%
G = 42.99%
B = 54.14%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0987AA (or 0x0987AA) is known color: Eastern Blue. HEX triplet: 09, 87 and AA. RGB value is (9,135,170). Sum of RGB (Red+Green+Blue) = 9+135+170=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #0987AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0987AA is #F67855. Grayscale: #656565. Windows color (decimal): -16152662 or 11175689. OLE color: 11175689.

HSL color Cylindrical-coordinate representation of color #0987AA: hue angle of 193.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0987AA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 135 170 -
CMYK 0.95 0.21 0 0.33
HSL 193.04º 0.9% 0.35% -
HSV(B) 193.04º 0.95% 0.67% -
XYZ 16.03 20.29 41.1 -
YUV 101.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 9 135 170 0.95 0.21 0 0.33 193.04 0.9 0.35
Hex 9 87 AA 5F 15 0 21 C1 5A 23
Octal 11 207 252 137 25 0 41 301 132 43
Binary 1001 10000111 10101010 1011111 10101 0 100001 11000001 1011010 100011

Color Harmonies of #0987AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0987AA

Black with #0987AA

Text Example


Text Example

White with #0987AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0987AA; }

 p { color: rgb(9,135,170); }

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

background-color css

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

 a { background-color: rgb(9,135,170); }

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

border-color css

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

 span { border-color: rgb(9,135,170); }

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