Shades of Iris Blue #1BAFCC
Tints of Iris Blue #1BAFCC
RGB
CMYK
RGB Variations
Color information
#1BAFCC (or 0x1BAFCC) is known color: Iris Blue. HEX triplet: 1B, AF and CC. RGB value is (27,175,204). Sum of RGB (Red+Green+Blue) = 27+175+204=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #1BAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFCC is #E45033. Grayscale: #858585. Windows color (decimal): -14962740 or 13414171. OLE color: 13414171.
HSL color Cylindrical-coordinate representation of color #1BAFCC: hue angle of 189.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BAFCC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 175 | 204 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.2 |
| HSL | 189.83º | 0.77% | 0.45% | - |
| HSV(B) | 189.83º | 0.87% | 0.8% | - |
| XYZ | 26.68 | 35.25 | 62.52 | - |
| YUV | 134.05 | 167.47 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 204 | 0.87 | 0.14 | 0 | 0.2 | 189.83 | 0.77 | 0.45 |
| Hex | 1B | AF | CC | 57 | E | 0 | 14 | BE | 4D | 2D |
| Octal | 33 | 257 | 314 | 127 | 16 | 0 | 24 | 276 | 115 | 55 |
| Binary | 11011 | 10101111 | 11001100 | 1010111 | 1110 | 0 | 10100 | 10111110 | 1001101 | 101101 |
Color Harmonies of #1BAFCC
Complementary color
Monochromatic Colors of #1BAFCC
Black with #1BAFCC
Text Example
Text Example
White with #1BAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFCC; }
p { color: rgb(27,175,204); }
H1.HeaderClassName
{
color: #1BAFCC;
}
.AnyTagClassName
{
color: #1BAFCC;
}
</style>
background-color css
<style>
a { background-color: #1BAFCC; }
a { background-color: rgb(27,175,204); }
div.DivClassName
{
background-color: #1BAFCC;
}
.BgClassName
{
background-color: #1BAFCC;
}
</style>
border-color css
<style>
span { border-color: #1BAFCC; }
span { border-color: rgb(27,175,204); }
td.TdClassName
{
border-color: #1BAFCC;
}
.TagClassName
{
border-color: #1BAFCC;
}
</style>