Shades of Iris Blue #1BAFC6
Tints of Iris Blue #1BAFC6
RGB
CMYK
RGB Variations
Color information
#1BAFC6 (or 0x1BAFC6) is known color: Iris Blue. HEX triplet: 1B, AF and C6. RGB value is (27,175,198). Sum of RGB (Red+Green+Blue) = 27+175+198=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #1BAFC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFC6 is #E45039. Grayscale: #858585. Windows color (decimal): -14962746 or 13020955. OLE color: 13020955.
HSL color Cylindrical-coordinate representation of color #1BAFC6: hue angle of 188.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BAFC6 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 175 | 198 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.22 |
| HSL | 188.07º | 0.76% | 0.44% | - |
| HSV(B) | 188.07º | 0.86% | 0.78% | - |
| XYZ | 25.98 | 34.97 | 58.81 | - |
| YUV | 133.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 198 | 0.86 | 0.12 | 0 | 0.22 | 188.07 | 0.76 | 0.44 |
| Hex | 1B | AF | C6 | 56 | C | 0 | 16 | BC | 4C | 2C |
| Octal | 33 | 257 | 306 | 126 | 14 | 0 | 26 | 274 | 114 | 54 |
| Binary | 11011 | 10101111 | 11000110 | 1010110 | 1100 | 0 | 10110 | 10111100 | 1001100 | 101100 |
Color Harmonies of #1BAFC6
Complementary color
Monochromatic Colors of #1BAFC6
Black with #1BAFC6
Text Example
Text Example
White with #1BAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFC6; }
p { color: rgb(27,175,198); }
H1.HeaderClassName
{
color: #1BAFC6;
}
.AnyTagClassName
{
color: #1BAFC6;
}
</style>
background-color css
<style>
a { background-color: #1BAFC6; }
a { background-color: rgb(27,175,198); }
div.DivClassName
{
background-color: #1BAFC6;
}
.BgClassName
{
background-color: #1BAFC6;
}
</style>
border-color css
<style>
span { border-color: #1BAFC6; }
span { border-color: rgb(27,175,198); }
td.TdClassName
{
border-color: #1BAFC6;
}
.TagClassName
{
border-color: #1BAFC6;
}
</style>