Shades of Iris Blue #0FACDE
Tints of Iris Blue #0FACDE
RGB
CMYK
RGB Variations
Color information
#0FACDE (or 0x0FACDE) is known color: Iris Blue. HEX triplet: 0F, AC and DE. RGB value is (15,172,222). Sum of RGB (Red+Green+Blue) = 15+172+222=409 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.67% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FACDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACDE is #F05321. Grayscale: #828282. Windows color (decimal): -15749922 or 14593039. OLE color: 14593039.
HSL color Cylindrical-coordinate representation of color #0FACDE: hue angle of 194.49º 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 #0FACDE is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 172 | 222 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.13 |
| HSL | 194.49º | 0.87% | 0.46% | - |
| HSV(B) | 194.49º | 0.93% | 0.87% | - |
| XYZ | 28.13 | 34.88 | 74.36 | - |
| YUV | 130.76 | 179.49 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 222 | 0.93 | 0.23 | 0 | 0.13 | 194.49 | 0.87 | 0.46 |
| Hex | F | AC | DE | 5D | 17 | 0 | D | C2 | 57 | 2E |
| Octal | 17 | 254 | 336 | 135 | 27 | 0 | 15 | 302 | 127 | 56 |
| Binary | 1111 | 10101100 | 11011110 | 1011101 | 10111 | 0 | 1101 | 11000010 | 1010111 | 101110 |
Color Harmonies of #0FACDE
Complementary color
Monochromatic Colors of #0FACDE
Black with #0FACDE
Text Example
Text Example
White with #0FACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACDE; }
p { color: rgb(15,172,222); }
H1.HeaderClassName
{
color: #0FACDE;
}
.AnyTagClassName
{
color: #0FACDE;
}
</style>
background-color css
<style>
a { background-color: #0FACDE; }
a { background-color: rgb(15,172,222); }
div.DivClassName
{
background-color: #0FACDE;
}
.BgClassName
{
background-color: #0FACDE;
}
</style>
border-color css
<style>
span { border-color: #0FACDE; }
span { border-color: rgb(15,172,222); }
td.TdClassName
{
border-color: #0FACDE;
}
.TagClassName
{
border-color: #0FACDE;
}
</style>