#0FB8BF

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

Shades of Iris Blue #0FB8BF

Tints of Iris Blue #0FB8BF

Color information

#0FB8BF (or 0x0FB8BF) is unknown color: approx Iris Blue. HEX triplet: 0F, B8 and BF. RGB value is (15,184,191). Sum of RGB (Red+Green+Blue) = 15+184+191=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #0FB8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8BF is #F04740. Grayscale: #868686. Windows color (decimal): -15746881 or 12564495. OLE color: 12564495.

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

Color convert

RGB15184191-
CMYK0.920.0400.25
HSL182.39º85.44%40.39%-
HSV(B)182.39º92.15%74.9%-
XYZ26.7438.1455.24-
YUV134.27160.0142.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.85%
GREEN value IS 184 (72.27% from 255) = 47.18%
BLUE value IS 191 (75% from 255) = 48.97%
R=3.85%
G=47.18%
B=48.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151841910.920.0400.25182.3985.4440.39
HexFB8BF5C4019b65528
Octal17270277134403126612550
Binary111110111000101111111011100100011001101101101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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