Shades of Iris Blue #0FB5DC
Tints of Iris Blue #0FB5DC
RGB
CMYK
RGB Variations
Color information
#0FB5DC (or 0x0FB5DC) is known color: Iris Blue. HEX triplet: 0F, B5 and DC. RGB value is (15,181,220). Sum of RGB (Red+Green+Blue) = 15+181+220=416 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.61% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FB5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5DC is #F04A23. Grayscale: #878787. Windows color (decimal): -15747620 or 14464271. OLE color: 14464271.
HSL color Cylindrical-coordinate representation of color #0FB5DC: hue angle of 191.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB5DC is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 181 | 220 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.14 |
| HSL | 191.41º | 0.87% | 0.46% | - |
| HSV(B) | 191.41º | 0.93% | 0.86% | - |
| XYZ | 29.64 | 38.32 | 73.54 | - |
| YUV | 135.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 220 | 0.93 | 0.18 | 0 | 0.14 | 191.41 | 0.87 | 0.46 |
| Hex | F | B5 | DC | 5D | 12 | 0 | E | BF | 57 | 2E |
| Octal | 17 | 265 | 334 | 135 | 22 | 0 | 16 | 277 | 127 | 56 |
| Binary | 1111 | 10110101 | 11011100 | 1011101 | 10010 | 0 | 1110 | 10111111 | 1010111 | 101110 |
Color Harmonies of #0FB5DC
Complementary color
Monochromatic Colors of #0FB5DC
Black with #0FB5DC
Text Example
Text Example
White with #0FB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB5DC; }
p { color: rgb(15,181,220); }
H1.HeaderClassName
{
color: #0FB5DC;
}
.AnyTagClassName
{
color: #0FB5DC;
}
</style>
background-color css
<style>
a { background-color: #0FB5DC; }
a { background-color: rgb(15,181,220); }
div.DivClassName
{
background-color: #0FB5DC;
}
.BgClassName
{
background-color: #0FB5DC;
}
</style>
border-color css
<style>
span { border-color: #0FB5DC; }
span { border-color: rgb(15,181,220); }
td.TdClassName
{
border-color: #0FB5DC;
}
.TagClassName
{
border-color: #0FB5DC;
}
</style>