Shades of Iris Blue #0FBCDF
Tints of Iris Blue #0FBCDF
RGB
CMYK
RGB Variations
Color information
#0FBCDF (or 0x0FBCDF) is known color: Iris Blue. HEX triplet: 0F, BC and DF. RGB value is (15,188,223). Sum of RGB (Red+Green+Blue) = 15+188+223=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FBCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCDF is #F04320. Grayscale: #8B8B8B. Windows color (decimal): -15745825 or 14662671. OLE color: 14662671.
HSL color Cylindrical-coordinate representation of color #0FBCDF: hue angle of 190.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBCDF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 188 | 223 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.13 |
| HSL | 190.1º | 0.87% | 0.47% | - |
| HSV(B) | 190.1º | 0.93% | 0.87% | - |
| XYZ | 31.5 | 41.4 | 76.14 | - |
| YUV | 140.26 | 174.69 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 223 | 0.93 | 0.16 | 0 | 0.13 | 190.1 | 0.87 | 0.47 |
| Hex | F | BC | DF | 5D | 10 | 0 | D | BE | 57 | 2F |
| Octal | 17 | 274 | 337 | 135 | 20 | 0 | 15 | 276 | 127 | 57 |
| Binary | 1111 | 10111100 | 11011111 | 1011101 | 10000 | 0 | 1101 | 10111110 | 1010111 | 101111 |
Color Harmonies of #0FBCDF
Complementary color
Monochromatic Colors of #0FBCDF
Black with #0FBCDF
Text Example
Text Example
White with #0FBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCDF; }
p { color: rgb(15,188,223); }
H1.HeaderClassName
{
color: #0FBCDF;
}
.AnyTagClassName
{
color: #0FBCDF;
}
</style>
background-color css
<style>
a { background-color: #0FBCDF; }
a { background-color: rgb(15,188,223); }
div.DivClassName
{
background-color: #0FBCDF;
}
.BgClassName
{
background-color: #0FBCDF;
}
</style>
border-color css
<style>
span { border-color: #0FBCDF; }
span { border-color: rgb(15,188,223); }
td.TdClassName
{
border-color: #0FBCDF;
}
.TagClassName
{
border-color: #0FBCDF;
}
</style>