#0AB1BE

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

Shades of Iris Blue #0AB1BE

Tints of Iris Blue #0AB1BE

Color information

#0AB1BE (or 0x0AB1BE) is unknown color: approx Iris Blue. HEX triplet: 0A, B1 and BE. RGB value is (10,177,190). Sum of RGB (Red+Green+Blue) = 10+177+190=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #0AB1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1BE is #F54E41. Grayscale: #808080. Windows color (decimal): -16076354 or 12497162. OLE color: 12497162.

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

Color convert

RGB10177190-
CMYK0.950.0700.25
HSL184.33º90%39.22%-
HSV(B)184.33º94.74%74.51%-
XYZ25.1435.2354.19-
YUV128.55162.6743.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.65%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=2.65%
G=46.95%
B=50.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101771900.950.0700.25184.339039.22
HexAB1BE5F7019b85a27
Octal12261276137703127013247
Binary101010110001101111101011111111011001101110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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