#0AB1BA

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

Shades of Iris Blue #0AB1BA

Tints of Iris Blue #0AB1BA

Color information

#0AB1BA (or 0x0AB1BA) is unknown color: approx Iris Blue. HEX triplet: 0A, B1 and BA. RGB value is (10,177,186). Sum of RGB (Red+Green+Blue) = 10+177+186=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #0AB1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1BA is #F54E45. Grayscale: #7F7F7F. Windows color (decimal): -16076358 or 12235018. OLE color: 12235018.

HSL color Cylindrical-coordinate representation of color #0AB1BA: hue angle of 183.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB1BA is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10177186-
CMYK0.950.0500.27
HSL183.07º89.8%38.43%-
HSV(B)183.07º94.62%72.94%-
XYZ24.7135.0551.92-
YUV128.09160.6743.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.68%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=2.68%
G=47.45%
B=49.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101771860.950.0500.27183.0789.838.43
HexAB1BA5F501Bb75a26
Octal12261272137503326713246
Binary101010110001101110101011111101011011101101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,177,186); }

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

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

 a { background-color: rgb(10,177,186); }

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

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

 span { border-color: rgb(10,177,186); }

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