Shades of Iris Blue #1BAFD5
Tints of Iris Blue #1BAFD5
RGB
CMYK
RGB Variations
Color information
#1BAFD5 (or 0x1BAFD5) is known color: Iris Blue. HEX triplet: 1B, AF and D5. RGB value is (27,175,213). Sum of RGB (Red+Green+Blue) = 27+175+213=415 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.51% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #1BAFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFD5 is #E4502A. Grayscale: #868686. Windows color (decimal): -14962731 or 14003995. OLE color: 14003995.
HSL color Cylindrical-coordinate representation of color #1BAFD5: hue angle of 192.26º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BAFD5 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 175 | 213 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.16 |
| HSL | 192.26º | 0.78% | 0.47% | - |
| HSV(B) | 192.26º | 0.87% | 0.84% | - |
| XYZ | 27.79 | 35.7 | 68.38 | - |
| YUV | 135.08 | 171.97 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 213 | 0.87 | 0.18 | 0 | 0.16 | 192.26 | 0.78 | 0.47 |
| Hex | 1B | AF | D5 | 57 | 12 | 0 | 10 | C0 | 4E | 2F |
| Octal | 33 | 257 | 325 | 127 | 22 | 0 | 20 | 300 | 116 | 57 |
| Binary | 11011 | 10101111 | 11010101 | 1010111 | 10010 | 0 | 10000 | 11000000 | 1001110 | 101111 |
Color Harmonies of #1BAFD5
Complementary color
Monochromatic Colors of #1BAFD5
Black with #1BAFD5
Text Example
Text Example
White with #1BAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFD5; }
p { color: rgb(27,175,213); }
H1.HeaderClassName
{
color: #1BAFD5;
}
.AnyTagClassName
{
color: #1BAFD5;
}
</style>
background-color css
<style>
a { background-color: #1BAFD5; }
a { background-color: rgb(27,175,213); }
div.DivClassName
{
background-color: #1BAFD5;
}
.BgClassName
{
background-color: #1BAFD5;
}
</style>
border-color css
<style>
span { border-color: #1BAFD5; }
span { border-color: rgb(27,175,213); }
td.TdClassName
{
border-color: #1BAFD5;
}
.TagClassName
{
border-color: #1BAFD5;
}
</style>