#0ABDB9

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

Shades of Iris Blue #0ABDB9

Tints of Iris Blue #0ABDB9

Color information

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

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

Color convert

RGB10189185-
CMYK0.9500.020.26
HSL178.66º89.95%39.02%-
HSV(B)178.66º94.71%74.12%-
XYZ27.0839.9652.19-
YUV135.02156.238.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101891850.9500.020.26178.6689.9539.02
HexABDB95F021Ab35a27
Octal12275271137023226313247
Binary10101011110110111001101111101011010101100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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