Shades of Iris Blue #0DBFCC
Tints of Iris Blue #0DBFCC
RGB
CMYK
RGB Variations
Color information
#0DBFCC (or 0x0DBFCC) is known color: Iris Blue. HEX triplet: 0D, BF and CC. RGB value is (13,191,204). Sum of RGB (Red+Green+Blue) = 13+191+204=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DBFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBFCC is #F24033. Grayscale: #8B8B8B. Windows color (decimal): -15876148 or 13418253. OLE color: 13418253.
HSL color Cylindrical-coordinate representation of color #0DBFCC: hue angle of 184.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBFCC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 191 | 204 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.2 |
| HSL | 184.08º | 0.88% | 0.43% | - |
| HSV(B) | 184.08º | 0.94% | 0.8% | - |
| XYZ | 29.7 | 41.71 | 63.61 | - |
| YUV | 139.26 | 164.53 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 204 | 0.94 | 0.06 | 0 | 0.2 | 184.08 | 0.88 | 0.43 |
| Hex | D | BF | CC | 5E | 6 | 0 | 14 | B8 | 58 | 2B |
| Octal | 15 | 277 | 314 | 136 | 6 | 0 | 24 | 270 | 130 | 53 |
| Binary | 1101 | 10111111 | 11001100 | 1011110 | 110 | 0 | 10100 | 10111000 | 1011000 | 101011 |
Color Harmonies of #0DBFCC
Complementary color
Monochromatic Colors of #0DBFCC
Black with #0DBFCC
Text Example
Text Example
White with #0DBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFCC; }
p { color: rgb(13,191,204); }
H1.HeaderClassName
{
color: #0DBFCC;
}
.AnyTagClassName
{
color: #0DBFCC;
}
</style>
background-color css
<style>
a { background-color: #0DBFCC; }
a { background-color: rgb(13,191,204); }
div.DivClassName
{
background-color: #0DBFCC;
}
.BgClassName
{
background-color: #0DBFCC;
}
</style>
border-color css
<style>
span { border-color: #0DBFCC; }
span { border-color: rgb(13,191,204); }
td.TdClassName
{
border-color: #0DBFCC;
}
.TagClassName
{
border-color: #0DBFCC;
}
</style>