#0B8D9B

Color #0B8D9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0B8D9B

Tints of Eastern Blue #0B8D9B

Color information

#0B8D9B (or 0x0B8D9B) is unknown color: approx Eastern Blue. HEX triplet: 0B, 8D and 9B. RGB value is (11,141,155). Sum of RGB (Red+Green+Blue) = 11+141+155=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B8D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8D9B is #F47264. Grayscale: #676767. Windows color (decimal): -16020069 or 10194187. OLE color: 10194187.

HSL color Cylindrical-coordinate representation of color #0B8D9B: hue angle of 185.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8D9B is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11141155-
CMYK0.930.0900.39
HSL185.83º86.75%32.55%-
HSV(B)185.83º92.9%60.78%-
XYZ15.5821.4934.34-
YUV103.73156.9361.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.58%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=3.58%
G=45.93%
B=50.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111411550.930.0900.39185.8386.7532.55
HexB8D9B5D9027ba5721
Octal132152331351104727212741
Binary10111000110110011011101110110010100111101110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,141,155); }

 H1.HeaderClassName
 {
   color: #0B8D9B;
 }
 .AnyTagClassName
 {
   color: #0B8D9B;
 }
</style>
background-color css

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

 a { background-color: rgb(11,141,155); }

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

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

 span { border-color: rgb(11,141,155); }

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