Shades of Iris Blue #13BFDA
Tints of Iris Blue #13BFDA
RGB
CMYK
RGB Variations
Color information
#13BFDA (or 0x13BFDA) is known color: Iris Blue. HEX triplet: 13, BF and DA. RGB value is (19,191,218). Sum of RGB (Red+Green+Blue) = 19+191+218=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #13BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFDA is #EC4025. Grayscale: #8E8E8E. Windows color (decimal): -15482918 or 14335763. OLE color: 14335763.
HSL color Cylindrical-coordinate representation of color #13BFDA: hue angle of 188.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BFDA is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 191 | 218 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.15 |
| HSL | 188.14º | 0.84% | 0.46% | - |
| HSV(B) | 188.14º | 0.91% | 0.85% | - |
| XYZ | 31.55 | 42.46 | 72.86 | - |
| YUV | 142.65 | 170.52 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 218 | 0.91 | 0.12 | 0 | 0.15 | 188.14 | 0.84 | 0.46 |
| Hex | 13 | BF | DA | 5B | C | 0 | F | BC | 54 | 2E |
| Octal | 23 | 277 | 332 | 133 | 14 | 0 | 17 | 274 | 124 | 56 |
| Binary | 10011 | 10111111 | 11011010 | 1011011 | 1100 | 0 | 1111 | 10111100 | 1010100 | 101110 |
Color Harmonies of #13BFDA
Complementary color
Monochromatic Colors of #13BFDA
Black with #13BFDA
Text Example
Text Example
White with #13BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFDA; }
p { color: rgb(19,191,218); }
H1.HeaderClassName
{
color: #13BFDA;
}
.AnyTagClassName
{
color: #13BFDA;
}
</style>
background-color css
<style>
a { background-color: #13BFDA; }
a { background-color: rgb(19,191,218); }
div.DivClassName
{
background-color: #13BFDA;
}
.BgClassName
{
background-color: #13BFDA;
}
</style>
border-color css
<style>
span { border-color: #13BFDA; }
span { border-color: rgb(19,191,218); }
td.TdClassName
{
border-color: #13BFDA;
}
.TagClassName
{
border-color: #13BFDA;
}
</style>