#0FB3BC

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

Shades of Iris Blue #0FB3BC

Tints of Iris Blue #0FB3BC

Color information

#0FB3BC (or 0x0FB3BC) is unknown color: approx Iris Blue. HEX triplet: 0F, B3 and BC. RGB value is (15,179,188). Sum of RGB (Red+Green+Blue) = 15+179+188=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FB3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3BC is #F04C43. Grayscale: #828282. Windows color (decimal): -15748164 or 12366607. OLE color: 12366607.

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

Color convert

RGB15179188-
CMYK0.920.0500.26
HSL183.12º85.22%39.8%-
HSV(B)183.12º92.02%73.73%-
XYZ25.3935.9753.18-
YUV130.99160.1745.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.93%
GREEN value IS 179 (70.31% from 255) = 46.86%
BLUE value IS 188 (73.83% from 255) = 49.21%
R=3.93%
G=46.86%
B=49.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151791880.920.0500.26183.1285.2239.8
HexFB3BC5C501Ab75528
Octal17263274134503226712550
Binary111110110011101111001011100101011010101101111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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