Shades of Iris Blue #0FB5E4
Tints of Iris Blue #0FB5E4
RGB
CMYK
RGB Variations
Color information
#0FB5E4 (or 0x0FB5E4) is known color: Iris Blue. HEX triplet: 0F, B5 and E4. RGB value is (15,181,228). Sum of RGB (Red+Green+Blue) = 15+181+228=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #0FB5E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5E4 is #F04A1B. Grayscale: #888888. Windows color (decimal): -15747612 or 14988559. OLE color: 14988559.
HSL color Cylindrical-coordinate representation of color #0FB5E4: hue angle of 193.24º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB5E4 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 181 | 228 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.11 |
| HSL | 193.24º | 0.88% | 0.48% | - |
| HSV(B) | 193.24º | 0.93% | 0.89% | - |
| XYZ | 30.72 | 38.75 | 79.26 | - |
| YUV | 136.72 | 179.5 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 228 | 0.93 | 0.21 | 0 | 0.11 | 193.24 | 0.88 | 0.48 |
| Hex | F | B5 | E4 | 5D | 15 | 0 | B | C1 | 58 | 30 |
| Octal | 17 | 265 | 344 | 135 | 25 | 0 | 13 | 301 | 130 | 60 |
| Binary | 1111 | 10110101 | 11100100 | 1011101 | 10101 | 0 | 1011 | 11000001 | 1011000 | 110000 |
Color Harmonies of #0FB5E4
Complementary color
Monochromatic Colors of #0FB5E4
Black with #0FB5E4
Text Example
Text Example
White with #0FB5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB5E4; }
p { color: rgb(15,181,228); }
H1.HeaderClassName
{
color: #0FB5E4;
}
.AnyTagClassName
{
color: #0FB5E4;
}
</style>
background-color css
<style>
a { background-color: #0FB5E4; }
a { background-color: rgb(15,181,228); }
div.DivClassName
{
background-color: #0FB5E4;
}
.BgClassName
{
background-color: #0FB5E4;
}
</style>
border-color css
<style>
span { border-color: #0FB5E4; }
span { border-color: rgb(15,181,228); }
td.TdClassName
{
border-color: #0FB5E4;
}
.TagClassName
{
border-color: #0FB5E4;
}
</style>