#0BAABF

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

Shades of Iris Blue #0BAABF

Tints of Iris Blue #0BAABF

Color information

#0BAABF (or 0x0BAABF) is unknown color: approx Iris Blue. HEX triplet: 0B, AA and BF. RGB value is (11,170,191). Sum of RGB (Red+Green+Blue) = 11+170+191=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BAABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAABF is #F45540. Grayscale: #7C7C7C. Windows color (decimal): -16012609 or 12560907. OLE color: 12560907.

HSL color Cylindrical-coordinate representation of color #0BAABF: hue angle of 187º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAABF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11170191-
CMYK0.940.1100.25
HSL187º89.11%39.61%-
HSV(B)187º94.24%74.9%-
XYZ23.9232.5854.32-
YUV124.85165.3246.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 191 (75% from 255) = 51.34%
R=2.96%
G=45.70%
B=51.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111701910.940.1100.2518789.1139.61
HexBAABF5EB019bb5928
Octal132522771361303127313150
Binary1011101010101011111110111101011011001101110111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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