Shades of Iris Blue #0FA8DD
Tints of Iris Blue #0FA8DD
RGB
CMYK
RGB Variations
Color information
#0FA8DD (or 0x0FA8DD) is known color: Iris Blue. HEX triplet: 0F, A8 and DD. RGB value is (15,168,221). Sum of RGB (Red+Green+Blue) = 15+168+221=404 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.71% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FA8DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA8DD is #F05722. Grayscale: #7F7F7F. Windows color (decimal): -15750947 or 14526479. OLE color: 14526479.
HSL color Cylindrical-coordinate representation of color #0FA8DD: hue angle of 195.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA8DD is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 168 | 221 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.13 |
| HSL | 195.44º | 0.87% | 0.46% | - |
| HSV(B) | 195.44º | 0.93% | 0.87% | - |
| XYZ | 27.25 | 33.33 | 73.4 | - |
| YUV | 128.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 168 | 221 | 0.93 | 0.24 | 0 | 0.13 | 195.44 | 0.87 | 0.46 |
| Hex | F | A8 | DD | 5D | 18 | 0 | D | C3 | 57 | 2E |
| Octal | 17 | 250 | 335 | 135 | 30 | 0 | 15 | 303 | 127 | 56 |
| Binary | 1111 | 10101000 | 11011101 | 1011101 | 11000 | 0 | 1101 | 11000011 | 1010111 | 101110 |
Color Harmonies of #0FA8DD
Complementary color
Monochromatic Colors of #0FA8DD
Black with #0FA8DD
Text Example
Text Example
White with #0FA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA8DD; }
p { color: rgb(15,168,221); }
H1.HeaderClassName
{
color: #0FA8DD;
}
.AnyTagClassName
{
color: #0FA8DD;
}
</style>
background-color css
<style>
a { background-color: #0FA8DD; }
a { background-color: rgb(15,168,221); }
div.DivClassName
{
background-color: #0FA8DD;
}
.BgClassName
{
background-color: #0FA8DD;
}
</style>
border-color css
<style>
span { border-color: #0FA8DD; }
span { border-color: rgb(15,168,221); }
td.TdClassName
{
border-color: #0FA8DD;
}
.TagClassName
{
border-color: #0FA8DD;
}
</style>