#0fb9c1

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

Shades of Iris Blue #0FB9C1

Tints of Iris Blue #0FB9C1

Color information

#0FB9C1 (or 0x0FB9C1) is unknown color: approx Iris Blue. HEX triplet: 0F, B9 and C1. RGB value is (15,185,193). Sum of RGB (Red+Green+Blue) = 15+185+193=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FB9C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9C1 is #F0463E. Grayscale: #868686. Windows color (decimal): -15746623 or 12695823. OLE color: 12695823.

HSL color Cylindrical-coordinate representation of color #0FB9C1: hue angle of 182.7º 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 #0FB9C1 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15185193-
CMYK0.920.0400.24
HSL182.7º85.58%40.78%-
HSV(B)182.7º92.23%75.69%-
XYZ27.1738.6556.48-
YUV135.08160.6842.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.82%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=3.82%
G=47.07%
B=49.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151851930.920.0400.24182.785.5840.78
HexFB9C15C4018b75629
Octal17271301134403026712651
Binary111110111001110000011011100100011000101101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fb9c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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