Shades of Iris Blue #0FBDDF
Tints of Iris Blue #0FBDDF
RGB
CMYK
RGB Variations
Color information
#0FBDDF (or 0x0FBDDF) is known color: Iris Blue. HEX triplet: 0F, BD and DF. RGB value is (15,189,223). Sum of RGB (Red+Green+Blue) = 15+189+223=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FBDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDDF is #F04220. Grayscale: #8C8C8C. Windows color (decimal): -15745569 or 14662927. OLE color: 14662927.
HSL color Cylindrical-coordinate representation of color #0FBDDF: hue angle of 189.81º 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 #0FBDDF is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 189 | 223 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.13 |
| HSL | 189.81º | 0.87% | 0.47% | - |
| HSV(B) | 189.81º | 0.93% | 0.87% | - |
| XYZ | 31.71 | 41.82 | 76.21 | - |
| YUV | 140.85 | 174.35 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 223 | 0.93 | 0.15 | 0 | 0.13 | 189.81 | 0.87 | 0.47 |
| Hex | F | BD | DF | 5D | F | 0 | D | BE | 57 | 2F |
| Octal | 17 | 275 | 337 | 135 | 17 | 0 | 15 | 276 | 127 | 57 |
| Binary | 1111 | 10111101 | 11011111 | 1011101 | 1111 | 0 | 1101 | 10111110 | 1010111 | 101111 |
Color Harmonies of #0FBDDF
Complementary color
Monochromatic Colors of #0FBDDF
Black with #0FBDDF
Text Example
Text Example
White with #0FBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDDF; }
p { color: rgb(15,189,223); }
H1.HeaderClassName
{
color: #0FBDDF;
}
.AnyTagClassName
{
color: #0FBDDF;
}
</style>
background-color css
<style>
a { background-color: #0FBDDF; }
a { background-color: rgb(15,189,223); }
div.DivClassName
{
background-color: #0FBDDF;
}
.BgClassName
{
background-color: #0FBDDF;
}
</style>
border-color css
<style>
span { border-color: #0FBDDF; }
span { border-color: rgb(15,189,223); }
td.TdClassName
{
border-color: #0FBDDF;
}
.TagClassName
{
border-color: #0FBDDF;
}
</style>