#0fbaba

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

Shades of Iris Blue #0FBABA

Tints of Iris Blue #0FBABA

Color information

#0FBABA (or 0x0FBABA) is unknown color: approx Iris Blue. HEX triplet: 0F, BA and BA. RGB value is (15,186,186). Sum of RGB (Red+Green+Blue) = 15+186+186=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #0FBABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBABA is #F04545. Grayscale: #868686. Windows color (decimal): -15746374 or 12237327. OLE color: 12237327.

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

Color convert

RGB15186186-
CMYK0.92000.27
HSL180º85.07%39.41%-
HSV(B)180º91.94%72.94%-
XYZ26.6238.7652.53-
YUV134.87156.8542.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.88%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=3.88%
G=48.06%
B=48.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861860.92000.2718085.0739.41
HexFBABA5C001Bb45527
Octal17272272134003326412547
Binary1111101110101011101010111000011011101101001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbaba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,186); }

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

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

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

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

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

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

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