#0AB9BD

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

Shades of Iris Blue #0AB9BD

Tints of Iris Blue #0AB9BD

Color information

#0AB9BD (or 0x0AB9BD) is unknown color: approx Iris Blue. HEX triplet: 0A, B9 and BD. RGB value is (10,185,189). Sum of RGB (Red+Green+Blue) = 10+185+189=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #0AB9BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9BD is #F54642. Grayscale: #848484. Windows color (decimal): -16074307 or 12433674. OLE color: 12433674.

HSL color Cylindrical-coordinate representation of color #0AB9BD: hue angle of 181.34º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB9BD is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10185189-
CMYK0.950.0200.26
HSL181.34º89.95%39.02%-
HSV(B)181.34º94.71%74.12%-
XYZ26.6638.4454.16-
YUV133.13159.5240.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.60%
GREEN value IS 185 (72.66% from 255) = 48.18%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=2.60%
G=48.18%
B=49.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101851890.950.0200.26181.3489.9539.02
HexAB9BD5F201Ab55a27
Octal12271275137203226513247
Binary10101011100110111101101111110011010101101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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