#0fb3c1

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

Shades of Iris Blue #0FB3C1

Tints of Iris Blue #0FB3C1

Color information

#0FB3C1 (or 0x0FB3C1) is unknown color: approx Iris Blue. HEX triplet: 0F, B3 and C1. RGB value is (15,179,193). Sum of RGB (Red+Green+Blue) = 15+179+193=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FB3C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3C1 is #F04C3E. Grayscale: #838383. Windows color (decimal): -15748159 or 12694287. OLE color: 12694287.

HSL color Cylindrical-coordinate representation of color #0FB3C1: hue angle of 184.72º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB3C1 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15179193-
CMYK0.920.0700.24
HSL184.72º85.58%40.78%-
HSV(B)184.72º92.23%75.69%-
XYZ25.9436.1956.07-
YUV131.56162.6744.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.88%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=3.88%
G=46.25%
B=49.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151791930.920.0700.24184.7285.5840.78
HexFB3C15C7018b95629
Octal17263301134703027112651
Binary111110110011110000011011100111011000101110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fb3c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,193); }

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

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

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

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

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

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

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