Shades of Iris Blue #1BAFCD
Tints of Iris Blue #1BAFCD
RGB
CMYK
RGB Variations
Color information
#1BAFCD (or 0x1BAFCD) is known color: Iris Blue. HEX triplet: 1B, AF and CD. RGB value is (27,175,205). Sum of RGB (Red+Green+Blue) = 27+175+205=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #1BAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFCD is #E45032. Grayscale: #858585. Windows color (decimal): -14962739 or 13479707. OLE color: 13479707.
HSL color Cylindrical-coordinate representation of color #1BAFCD: hue angle of 190.11º 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 #1BAFCD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 175 | 205 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.20 |
| HSL | 190.11º | 0.77% | 0.45% | - |
| HSV(B) | 190.11º | 0.87% | 0.8% | - |
| XYZ | 26.8 | 35.3 | 63.16 | - |
| YUV | 134.17 | 167.97 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 205 | 0.87 | 0.15 | 0 | 0.20 | 190.11 | 0.77 | 0.45 |
| Hex | 1B | AF | CD | 57 | F | 0 | 14 | BE | 4D | 2D |
| Octal | 33 | 257 | 315 | 127 | 17 | 0 | 24 | 276 | 115 | 55 |
| Binary | 11011 | 10101111 | 11001101 | 1010111 | 1111 | 0 | 10100 | 10111110 | 1001101 | 101101 |
Color Harmonies of #1BAFCD
Complementary color
Monochromatic Colors of #1BAFCD
Black with #1BAFCD
Text Example
Text Example
White with #1BAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFCD; }
p { color: rgb(27,175,205); }
H1.HeaderClassName
{
color: #1BAFCD;
}
.AnyTagClassName
{
color: #1BAFCD;
}
</style>
background-color css
<style>
a { background-color: #1BAFCD; }
a { background-color: rgb(27,175,205); }
div.DivClassName
{
background-color: #1BAFCD;
}
.BgClassName
{
background-color: #1BAFCD;
}
</style>
border-color css
<style>
span { border-color: #1BAFCD; }
span { border-color: rgb(27,175,205); }
td.TdClassName
{
border-color: #1BAFCD;
}
.TagClassName
{
border-color: #1BAFCD;
}
</style>