#0ABABF

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

Shades of Iris Blue #0ABABF

Tints of Iris Blue #0ABABF

Color information

#0ABABF (or 0x0ABABF) is unknown color: approx Iris Blue. HEX triplet: 0A, BA and BF. RGB value is (10,186,191). Sum of RGB (Red+Green+Blue) = 10+186+191=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #0ABABF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABABF is #F54540. Grayscale: #858585. Windows color (decimal): -16074049 or 12565002. OLE color: 12565002.

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

Color convert

RGB10186191-
CMYK0.950.0300.25
HSL181.66º90.05%39.41%-
HSV(B)181.66º94.76%74.9%-
XYZ27.0938.9455.38-
YUV133.95160.1939.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.58%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 191 (75% from 255) = 49.35%
R=2.58%
G=48.06%
B=49.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101861910.950.0300.25181.6690.0539.41
HexABABF5F3019b65a27
Octal12272277137303126613247
Binary10101011101010111111101111111011001101101101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,186,191); }

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

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

 a { background-color: rgb(10,186,191); }

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

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

 span { border-color: rgb(10,186,191); }

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