#0B9AA2

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

Shades of Eastern Blue #0B9AA2

Tints of Eastern Blue #0B9AA2

Color information

#0B9AA2 (or 0x0B9AA2) is unknown color: approx Eastern Blue. HEX triplet: 0B, 9A and A2. RGB value is (11,154,162). Sum of RGB (Red+Green+Blue) = 11+154+162=327 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.36% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #0B9AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9AA2 is #F4655D. Grayscale: #6F6F6F. Windows color (decimal): -16016734 or 10656267. OLE color: 10656267.

HSL color Cylindrical-coordinate representation of color #0B9AA2: hue angle of 183.18º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9AA2 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11154162-
CMYK0.930.0500.36
HSL183.18º87.28%33.92%-
HSV(B)183.18º93.21%63.53%-
XYZ18.2225.7938.2-
YUV112.16156.1255.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.36%
GREEN value IS 154 (60.55% from 255) = 47.09%
BLUE value IS 162 (63.67% from 255) = 49.54%
R=3.36%
G=47.09%
B=49.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111541620.930.0500.36183.1887.2833.92
HexB9AA25D5024b75722
Octal13232242135504426712742
Binary1011100110101010001010111011010100100101101111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,154,162); }

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

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

 a { background-color: rgb(11,154,162); }

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

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

 span { border-color: rgb(11,154,162); }

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