Shades of Iris Blue #0DA8CF
Tints of Iris Blue #0DA8CF
RGB
CMYK
RGB Variations
Color information
#0DA8CF (or 0x0DA8CF) is known color: Iris Blue. HEX triplet: 0D, A8 and CF. RGB value is (13,168,207). Sum of RGB (Red+Green+Blue) = 13+168+207=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #0DA8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8CF is #F25730. Grayscale: #7D7D7D. Windows color (decimal): -15882033 or 13608973. OLE color: 13608973.
HSL color Cylindrical-coordinate representation of color #0DA8CF: hue angle of 192.06º 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 #0DA8CF is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 168 | 207 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.19 |
| HSL | 192.06º | 0.88% | 0.43% | - |
| HSV(B) | 192.06º | 0.94% | 0.81% | - |
| XYZ | 25.43 | 32.6 | 63.98 | - |
| YUV | 126.1 | 173.65 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 207 | 0.94 | 0.19 | 0 | 0.19 | 192.06 | 0.88 | 0.43 |
| Hex | D | A8 | CF | 5E | 13 | 0 | 13 | C0 | 58 | 2B |
| Octal | 15 | 250 | 317 | 136 | 23 | 0 | 23 | 300 | 130 | 53 |
| Binary | 1101 | 10101000 | 11001111 | 1011110 | 10011 | 0 | 10011 | 11000000 | 1011000 | 101011 |
Color Harmonies of #0DA8CF
Complementary color
Monochromatic Colors of #0DA8CF
Black with #0DA8CF
Text Example
Text Example
White with #0DA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA8CF; }
p { color: rgb(13,168,207); }
H1.HeaderClassName
{
color: #0DA8CF;
}
.AnyTagClassName
{
color: #0DA8CF;
}
</style>
background-color css
<style>
a { background-color: #0DA8CF; }
a { background-color: rgb(13,168,207); }
div.DivClassName
{
background-color: #0DA8CF;
}
.BgClassName
{
background-color: #0DA8CF;
}
</style>
border-color css
<style>
span { border-color: #0DA8CF; }
span { border-color: rgb(13,168,207); }
td.TdClassName
{
border-color: #0DA8CF;
}
.TagClassName
{
border-color: #0DA8CF;
}
</style>