Html Css Color HEX #0B8A99 Eastern Blue

📋 copy color: '#0B8A99'

red 11 ◦ green 138 ◦ blue 153

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

Shades of Eastern Blue #0B8A99

Tints of Eastern Blue #0B8A99

RGB

 RED value IS 11 (4.69% from 255) = 3.64%

 GREEN value IS 138 (54.3% from 255) = 45.7%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 3.64%
G = 45.7%
B = 50.66%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B8A99 (or 0x0B8A99) is known color: Eastern Blue. HEX triplet: 0B, 8A and 99. RGB value is (11,138,153). Sum of RGB (Red+Green+Blue) = 11+138+153=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B8A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8A99 is #F47566. Grayscale: #656565. Windows color (decimal): -16020839 or 10062347. OLE color: 10062347.

HSL color Cylindrical-coordinate representation of color #0B8A99: hue angle of 186.34º degrees, saturation: 0.87, 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 #0B8A99 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 138 153 -
CMYK 0.93 0.10 0 0.4
HSL 186.34º 0.87% 0.32% -
HSV(B) 186.34º 0.93% 0.6% -
XYZ 14.98 20.55 33.31 -
YUV 101.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 11 138 153 0.93 0.10 0 0.4 186.34 0.87 0.32
Hex B 8A 99 5D A 0 28 BA 57 20
Octal 13 212 231 135 12 0 50 272 127 40
Binary 1011 10001010 10011001 1011101 1010 0 101000 10111010 1010111 100000

Color Harmonies of #0B8A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8A99

Black with #0B8A99

Text Example


Text Example

White with #0B8A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,138,153); }

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

background-color css

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

 a { background-color: rgb(11,138,153); }

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

border-color css

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

 span { border-color: rgb(11,138,153); }

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