Shades of Iris Blue #13B8DF
Tints of Iris Blue #13B8DF
RGB
CMYK
RGB Variations
Color information
#13B8DF (or 0x13B8DF) is known color: Iris Blue. HEX triplet: 13, B8 and DF. RGB value is (19,184,223). Sum of RGB (Red+Green+Blue) = 19+184+223=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #13B8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B8DF is #EC4720. Grayscale: #8A8A8A. Windows color (decimal): -15484705 or 14661651. OLE color: 14661651.
HSL color Cylindrical-coordinate representation of color #13B8DF: hue angle of 191.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B8DF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 184 | 223 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.13 |
| HSL | 191.47º | 0.84% | 0.47% | - |
| HSV(B) | 191.47º | 0.91% | 0.87% | - |
| XYZ | 30.73 | 39.75 | 75.86 | - |
| YUV | 139.11 | 175.34 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 184 | 223 | 0.91 | 0.17 | 0 | 0.13 | 191.47 | 0.84 | 0.47 |
| Hex | 13 | B8 | DF | 5B | 11 | 0 | D | BF | 54 | 2F |
| Octal | 23 | 270 | 337 | 133 | 21 | 0 | 15 | 277 | 124 | 57 |
| Binary | 10011 | 10111000 | 11011111 | 1011011 | 10001 | 0 | 1101 | 10111111 | 1010100 | 101111 |
Color Harmonies of #13B8DF
Complementary color
Monochromatic Colors of #13B8DF
Black with #13B8DF
Text Example
Text Example
White with #13B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B8DF; }
p { color: rgb(19,184,223); }
H1.HeaderClassName
{
color: #13B8DF;
}
.AnyTagClassName
{
color: #13B8DF;
}
</style>
background-color css
<style>
a { background-color: #13B8DF; }
a { background-color: rgb(19,184,223); }
div.DivClassName
{
background-color: #13B8DF;
}
.BgClassName
{
background-color: #13B8DF;
}
</style>
border-color css
<style>
span { border-color: #13B8DF; }
span { border-color: rgb(19,184,223); }
td.TdClassName
{
border-color: #13B8DF;
}
.TagClassName
{
border-color: #13B8DF;
}
</style>