Shades of Iris Blue #0DADCF
Tints of Iris Blue #0DADCF
RGB
CMYK
RGB Variations
Color information
#0DADCF (or 0x0DADCF) is known color: Iris Blue. HEX triplet: 0D, AD and CF. RGB value is (13,173,207). Sum of RGB (Red+Green+Blue) = 13+173+207=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DADCF is #F25230. Grayscale: #808080. Windows color (decimal): -15880753 or 13610253. OLE color: 13610253.
HSL color Cylindrical-coordinate representation of color #0DADCF: hue angle of 190.52º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DADCF is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 173 | 207 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.19 |
| HSL | 190.52º | 0.88% | 0.43% | - |
| HSV(B) | 190.52º | 0.94% | 0.81% | - |
| XYZ | 26.37 | 34.48 | 64.3 | - |
| YUV | 129.04 | 171.99 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 207 | 0.94 | 0.16 | 0 | 0.19 | 190.52 | 0.88 | 0.43 |
| Hex | D | AD | CF | 5E | 10 | 0 | 13 | BF | 58 | 2B |
| Octal | 15 | 255 | 317 | 136 | 20 | 0 | 23 | 277 | 130 | 53 |
| Binary | 1101 | 10101101 | 11001111 | 1011110 | 10000 | 0 | 10011 | 10111111 | 1011000 | 101011 |
Color Harmonies of #0DADCF
Complementary color
Monochromatic Colors of #0DADCF
Black with #0DADCF
Text Example
Text Example
White with #0DADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DADCF; }
p { color: rgb(13,173,207); }
H1.HeaderClassName
{
color: #0DADCF;
}
.AnyTagClassName
{
color: #0DADCF;
}
</style>
background-color css
<style>
a { background-color: #0DADCF; }
a { background-color: rgb(13,173,207); }
div.DivClassName
{
background-color: #0DADCF;
}
.BgClassName
{
background-color: #0DADCF;
}
</style>
border-color css
<style>
span { border-color: #0DADCF; }
span { border-color: rgb(13,173,207); }
td.TdClassName
{
border-color: #0DADCF;
}
.TagClassName
{
border-color: #0DADCF;
}
</style>