Shades of Iris Blue #1BBCC5
Tints of Iris Blue #1BBCC5
RGB
CMYK
RGB Variations
Color information
#1BBCC5 (or 0x1BBCC5) is known color: Iris Blue. HEX triplet: 1B, BC and C5. RGB value is (27,188,197). Sum of RGB (Red+Green+Blue) = 27+188+197=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #1BBCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCC5 is #E4433A. Grayscale: #8C8C8C. Windows color (decimal): -14959419 or 12958747. OLE color: 12958747.
HSL color Cylindrical-coordinate representation of color #1BBCC5: hue angle of 183.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBCC5 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 188 | 197 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.23 |
| HSL | 183.18º | 0.76% | 0.44% | - |
| HSV(B) | 183.18º | 0.86% | 0.77% | - |
| XYZ | 28.51 | 40.23 | 59.09 | - |
| YUV | 140.89 | 159.66 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 197 | 0.86 | 0.05 | 0 | 0.23 | 183.18 | 0.76 | 0.44 |
| Hex | 1B | BC | C5 | 56 | 5 | 0 | 17 | B7 | 4C | 2C |
| Octal | 33 | 274 | 305 | 126 | 5 | 0 | 27 | 267 | 114 | 54 |
| Binary | 11011 | 10111100 | 11000101 | 1010110 | 101 | 0 | 10111 | 10110111 | 1001100 | 101100 |
Color Harmonies of #1BBCC5
Complementary color
Monochromatic Colors of #1BBCC5
Black with #1BBCC5
Text Example
Text Example
White with #1BBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCC5; }
p { color: rgb(27,188,197); }
H1.HeaderClassName
{
color: #1BBCC5;
}
.AnyTagClassName
{
color: #1BBCC5;
}
</style>
background-color css
<style>
a { background-color: #1BBCC5; }
a { background-color: rgb(27,188,197); }
div.DivClassName
{
background-color: #1BBCC5;
}
.BgClassName
{
background-color: #1BBCC5;
}
</style>
border-color css
<style>
span { border-color: #1BBCC5; }
span { border-color: rgb(27,188,197); }
td.TdClassName
{
border-color: #1BBCC5;
}
.TagClassName
{
border-color: #1BBCC5;
}
</style>