Shades of Iris Blue #1BAFCF
Tints of Iris Blue #1BAFCF
RGB
CMYK
RGB Variations
Color information
#1BAFCF (or 0x1BAFCF) is known color: Iris Blue. HEX triplet: 1B, AF and CF. RGB value is (27,175,207). Sum of RGB (Red+Green+Blue) = 27+175+207=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BAFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFCF is #E45030. Grayscale: #868686. Windows color (decimal): -14962737 or 13610779. OLE color: 13610779.
HSL color Cylindrical-coordinate representation of color #1BAFCF: hue angle of 190.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BAFCF is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 175 | 207 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.19 |
| HSL | 190.67º | 0.77% | 0.46% | - |
| HSV(B) | 190.67º | 0.87% | 0.81% | - |
| XYZ | 27.04 | 35.4 | 64.44 | - |
| YUV | 134.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 207 | 0.87 | 0.15 | 0 | 0.19 | 190.67 | 0.77 | 0.46 |
| Hex | 1B | AF | CF | 57 | F | 0 | 13 | BF | 4D | 2E |
| Octal | 33 | 257 | 317 | 127 | 17 | 0 | 23 | 277 | 115 | 56 |
| Binary | 11011 | 10101111 | 11001111 | 1010111 | 1111 | 0 | 10011 | 10111111 | 1001101 | 101110 |
Color Harmonies of #1BAFCF
Complementary color
Monochromatic Colors of #1BAFCF
Black with #1BAFCF
Text Example
Text Example
White with #1BAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFCF; }
p { color: rgb(27,175,207); }
H1.HeaderClassName
{
color: #1BAFCF;
}
.AnyTagClassName
{
color: #1BAFCF;
}
</style>
background-color css
<style>
a { background-color: #1BAFCF; }
a { background-color: rgb(27,175,207); }
div.DivClassName
{
background-color: #1BAFCF;
}
.BgClassName
{
background-color: #1BAFCF;
}
</style>
border-color css
<style>
span { border-color: #1BAFCF; }
span { border-color: rgb(27,175,207); }
td.TdClassName
{
border-color: #1BAFCF;
}
.TagClassName
{
border-color: #1BAFCF;
}
</style>