#0FBACA

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

Shades of Iris Blue #0FBACA

Tints of Iris Blue #0FBACA

Color information

#0FBACA (or 0x0FBACA) is unknown color: approx Iris Blue. HEX triplet: 0F, BA and CA. RGB value is (15,186,202). Sum of RGB (Red+Green+Blue) = 15+186+202=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FBACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBACA is #F04535. Grayscale: #888888. Windows color (decimal): -15746358 or 13285903. OLE color: 13285903.

HSL color Cylindrical-coordinate representation of color #0FBACA: hue angle of 185.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBACA is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15186202-
CMYK0.930.0800.21
HSL185.13º86.18%42.55%-
HSV(B)185.13º92.57%79.22%-
XYZ28.4239.4862-
YUV136.7164.8541.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.72%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=3.72%
G=46.15%
B=50.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151862020.930.0800.21185.1386.1842.55
HexFBACA5D8015b9562b
Octal172723121351002527112653
Binary1111101110101100101010111011000010101101110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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