#0AB9B4

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

Shades of Iris Blue #0AB9B4

Tints of Iris Blue #0AB9B4

Color information

#0AB9B4 (or 0x0AB9B4) is unknown color: approx Iris Blue. HEX triplet: 0A, B9 and B4. RGB value is (10,185,180). Sum of RGB (Red+Green+Blue) = 10+185+180=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB9B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9B4 is #F5464B. Grayscale: #838383. Windows color (decimal): -16074316 or 11843850. OLE color: 11843850.

HSL color Cylindrical-coordinate representation of color #0AB9B4: hue angle of 178.29º 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 #0AB9B4 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB10185180-
CMYK0.9500.030.27
HSL178.29º89.74%38.24%-
HSV(B)178.29º94.59%72.55%-
XYZ25.7138.0649.17-
YUV132.1155.0240.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.67%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 180 (70.70% from 255) = 48%
R=2.67%
G=49.33%
B=48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101851800.9500.030.27178.2989.7438.24
HexAB9B45F031Bb25a26
Octal12271264137033326213246
Binary10101011100110110100101111101111011101100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,185,180); }

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

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

 a { background-color: rgb(10,185,180); }

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

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

 span { border-color: rgb(10,185,180); }

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