#0FACBF

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

Shades of Iris Blue #0FACBF

Tints of Iris Blue #0FACBF

Color information

#0FACBF (or 0x0FACBF) is unknown color: approx Iris Blue. HEX triplet: 0F, AC and BF. RGB value is (15,172,191). Sum of RGB (Red+Green+Blue) = 15+172+191=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #0FACBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACBF is #F05340. Grayscale: #7E7E7E. Windows color (decimal): -15749953 or 12561423. OLE color: 12561423.

HSL color Cylindrical-coordinate representation of color #0FACBF: hue angle of 186.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FACBF is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15172191-
CMYK0.920.1000.25
HSL186.48º85.44%40.39%-
HSV(B)186.48º92.15%74.9%-
XYZ24.3533.3754.45-
YUV127.22163.9947.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.97%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 191 (75% from 255) = 50.53%
R=3.97%
G=45.50%
B=50.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151721910.920.1000.25186.4885.4440.39
HexFACBF5CA019ba5528
Octal172542771341203127212550
Binary1111101011001011111110111001010011001101110101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,172,191); }

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

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

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

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

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

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

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