#0B8DAA

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

Shades of Eastern Blue #0B8DAA

Tints of Eastern Blue #0B8DAA

Color information

#0B8DAA (or 0x0B8DAA) is unknown color: approx Eastern Blue. HEX triplet: 0B, 8D and AA. RGB value is (11,141,170). Sum of RGB (Red+Green+Blue) = 11+141+170=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B8DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8DAA is #F47255. Grayscale: #696969. Windows color (decimal): -16020054 or 11177227. OLE color: 11177227.

HSL color Cylindrical-coordinate representation of color #0B8DAA: hue angle of 190.94º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8DAA is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11141170-
CMYK0.940.1700.33
HSL190.94º87.85%35.49%-
HSV(B)190.94º93.53%66.67%-
XYZ16.9222.0241.39-
YUV105.44164.4360.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.42%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=3.42%
G=43.79%
B=52.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111411700.940.1700.33190.9487.8535.49
HexB8DAA5E11021bf5823
Octal132152521362104127713043
Binary101110001101101010101011110100010100001101111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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