Html Css Color HEX #0986A1 Eastern Blue

📋 copy color: '#0986A1'

red 9 ◦ green 134 ◦ blue 161

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

Shades of Eastern Blue #0986A1

Tints of Eastern Blue #0986A1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 161 (63.28% from 255) = 52.96%

R = 2.96%
G = 44.08%
B = 52.96%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0986A1 (or 0x0986A1) is known color: Eastern Blue. HEX triplet: 09, 86 and A1. RGB value is (9,134,161). Sum of RGB (Red+Green+Blue) = 9+134+161=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #0986A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0986A1 is #F6795E. Grayscale: #636363. Windows color (decimal): -16152927 or 10585609. OLE color: 10585609.

HSL color Cylindrical-coordinate representation of color #0986A1: hue angle of 190.66º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0986A1 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 134 161 -
CMYK 0.94 0.17 0 0.37
HSL 190.66º 0.89% 0.33% -
HSV(B) 190.66º 0.94% 0.63% -
XYZ 15.07 19.68 36.72 -
YUV 99.7 162.59 63.3 -
System Red Green Blue C M Y K H S L
Decimal 9 134 161 0.94 0.17 0 0.37 190.66 0.89 0.33
Hex 9 86 A1 5E 11 0 25 BF 59 21
Octal 11 206 241 136 21 0 45 277 131 41
Binary 1001 10000110 10100001 1011110 10001 0 100101 10111111 1011001 100001

Color Harmonies of #0986A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986A1

Black with #0986A1

Text Example


Text Example

White with #0986A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0986A1; }

 p { color: rgb(9,134,161); }

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

background-color css

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

 a { background-color: rgb(9,134,161); }

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

border-color css

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

 span { border-color: rgb(9,134,161); }

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