Html Css Color HEX #0B8895 Eastern Blue

📋 copy color: '#0B8895'

red 11 ◦ green 136 ◦ blue 149

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

Shades of Eastern Blue #0B8895

Tints of Eastern Blue #0B8895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 3.72%
G = 45.95%
B = 50.34%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B8895 (or 0x0B8895) is known color: Eastern Blue. HEX triplet: 0B, 88 and 95. RGB value is (11,136,149). Sum of RGB (Red+Green+Blue) = 11+136+149=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B8895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8895 is #F4776A. Grayscale: #636363. Windows color (decimal): -16021355 or 9799691. OLE color: 9799691.

HSL color Cylindrical-coordinate representation of color #0B8895: hue angle of 185.65º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8895 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 136 149 -
CMYK 0.93 0.09 0 0.42
HSL 185.65º 0.86% 0.31% -
HSV(B) 185.65º 0.93% 0.58% -
XYZ 14.37 19.85 31.51 -
YUV 100.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 11 136 149 0.93 0.09 0 0.42 185.65 0.86 0.31
Hex B 88 95 5D 9 0 2A BA 56 1F
Octal 13 210 225 135 11 0 52 272 126 37
Binary 1011 10001000 10010101 1011101 1001 0 101010 10111010 1010110 11111

Color Harmonies of #0B8895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8895

Black with #0B8895

Text Example


Text Example

White with #0B8895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,149); }

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

background-color css

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

 a { background-color: rgb(11,136,149); }

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

border-color css

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

 span { border-color: rgb(11,136,149); }

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