#0AB4BB

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

Shades of Iris Blue #0AB4BB

Tints of Iris Blue #0AB4BB

Color information

#0AB4BB (or 0x0AB4BB) is unknown color: approx Iris Blue. HEX triplet: 0A, B4 and BB. RGB value is (10,180,187). Sum of RGB (Red+Green+Blue) = 10+180+187=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #0AB4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB4BB is #F54B44. Grayscale: #818181. Windows color (decimal): -16075589 or 12301322. OLE color: 12301322.

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

Color convert

RGB10180187-
CMYK0.950.0400.27
HSL182.37º89.85%38.63%-
HSV(B)182.37º94.65%73.33%-
XYZ25.4236.2952.68-
YUV129.97160.1842.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.65%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=2.65%
G=47.75%
B=49.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101801870.950.0400.27182.3789.8538.63
HexAB4BB5F401Bb65a27
Octal12264273137403326613247
Binary101010110100101110111011111100011011101101101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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