#0BABBB

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

Shades of Iris Blue #0BABBB

Tints of Iris Blue #0BABBB

Color information

#0BABBB (or 0x0BABBB) is unknown color: approx Iris Blue. HEX triplet: 0B, AB and BB. RGB value is (11,171,187). Sum of RGB (Red+Green+Blue) = 11+171+187=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #0BABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABBB is #F45444. Grayscale: #7C7C7C. Windows color (decimal): -16012357 or 12299019. OLE color: 12299019.

HSL color Cylindrical-coordinate representation of color #0BABBB: hue angle of 185.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABBB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11171187-
CMYK0.940.0900.27
HSL185.45º88.89%38.82%-
HSV(B)185.45º94.12%73.33%-
XYZ23.6732.7852.09-
YUV124.98162.9946.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.98%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=2.98%
G=46.34%
B=50.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111711870.940.0900.27185.4588.8938.82
HexBABBB5E901Bb95927
Octal132532731361103327113147
Binary1011101010111011101110111101001011011101110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,171,187); }

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

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

 a { background-color: rgb(11,171,187); }

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

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

 span { border-color: rgb(11,171,187); }

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