#0fb2ba

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

Shades of Iris Blue #0FB2BA

Tints of Iris Blue #0FB2BA

Color information

#0FB2BA (or 0x0FB2BA) is unknown color: approx Iris Blue. HEX triplet: 0F, B2 and BA. RGB value is (15,178,186). Sum of RGB (Red+Green+Blue) = 15+178+186=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FB2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB2BA is #F04D45. Grayscale: #818181. Windows color (decimal): -15748422 or 12235279. OLE color: 12235279.

HSL color Cylindrical-coordinate representation of color #0FB2BA: hue angle of 182.81º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB2BA is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15178186-
CMYK0.920.0400.27
HSL182.81º85.07%39.41%-
HSV(B)182.81º91.94%72.94%-
XYZ24.9835.4951.99-
YUV130.17159.545.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.96%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=3.96%
G=46.97%
B=49.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151781860.920.0400.27182.8185.0739.41
HexFB2BA5C401Bb75527
Octal17262272134403326712547
Binary111110110010101110101011100100011011101101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fb2ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,178,186); }

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

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

 a { background-color: rgb(15,178,186); }

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

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

 span { border-color: rgb(15,178,186); }

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