Shades of Iris Blue #11B8DF
Tints of Iris Blue #11B8DF
RGB
CMYK
RGB Variations
Color information
#11B8DF (or 0x11B8DF) is known color: Iris Blue. HEX triplet: 11, B8 and DF. RGB value is (17,184,223). Sum of RGB (Red+Green+Blue) = 17+184+223=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #11B8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B8DF is #EE4720. Grayscale: #8A8A8A. Windows color (decimal): -15615777 or 14661649. OLE color: 14661649.
HSL color Cylindrical-coordinate representation of color #11B8DF: hue angle of 191.36º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B8DF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 184 | 223 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.13 |
| HSL | 191.36º | 0.86% | 0.47% | - |
| HSV(B) | 191.36º | 0.92% | 0.87% | - |
| XYZ | 30.69 | 39.73 | 75.86 | - |
| YUV | 138.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 223 | 0.92 | 0.17 | 0 | 0.13 | 191.36 | 0.86 | 0.47 |
| Hex | 11 | B8 | DF | 5C | 11 | 0 | D | BF | 56 | 2F |
| Octal | 21 | 270 | 337 | 134 | 21 | 0 | 15 | 277 | 126 | 57 |
| Binary | 10001 | 10111000 | 11011111 | 1011100 | 10001 | 0 | 1101 | 10111111 | 1010110 | 101111 |
Color Harmonies of #11B8DF
Complementary color
Monochromatic Colors of #11B8DF
Black with #11B8DF
Text Example
Text Example
White with #11B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B8DF; }
p { color: rgb(17,184,223); }
H1.HeaderClassName
{
color: #11B8DF;
}
.AnyTagClassName
{
color: #11B8DF;
}
</style>
background-color css
<style>
a { background-color: #11B8DF; }
a { background-color: rgb(17,184,223); }
div.DivClassName
{
background-color: #11B8DF;
}
.BgClassName
{
background-color: #11B8DF;
}
</style>
border-color css
<style>
span { border-color: #11B8DF; }
span { border-color: rgb(17,184,223); }
td.TdClassName
{
border-color: #11B8DF;
}
.TagClassName
{
border-color: #11B8DF;
}
</style>