Shades of Iris Blue #1BBDCA
Tints of Iris Blue #1BBDCA
RGB
CMYK
RGB Variations
Color information
#1BBDCA (or 0x1BBDCA) is known color: Iris Blue. HEX triplet: 1B, BD and CA. RGB value is (27,189,202). Sum of RGB (Red+Green+Blue) = 27+189+202=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #1BBDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDCA is #E44235. Grayscale: #8D8D8D. Windows color (decimal): -14959158 or 13286683. OLE color: 13286683.
HSL color Cylindrical-coordinate representation of color #1BBDCA: hue angle of 184.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BBDCA is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 189 | 202 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.21 |
| HSL | 184.46º | 0.76% | 0.45% | - |
| HSV(B) | 184.46º | 0.87% | 0.79% | - |
| XYZ | 29.31 | 40.89 | 62.23 | - |
| YUV | 142.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 202 | 0.87 | 0.06 | 0 | 0.21 | 184.46 | 0.76 | 0.45 |
| Hex | 1B | BD | CA | 57 | 6 | 0 | 15 | B8 | 4C | 2D |
| Octal | 33 | 275 | 312 | 127 | 6 | 0 | 25 | 270 | 114 | 55 |
| Binary | 11011 | 10111101 | 11001010 | 1010111 | 110 | 0 | 10101 | 10111000 | 1001100 | 101101 |
Color Harmonies of #1BBDCA
Complementary color
Monochromatic Colors of #1BBDCA
Black with #1BBDCA
Text Example
Text Example
White with #1BBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDCA; }
p { color: rgb(27,189,202); }
H1.HeaderClassName
{
color: #1BBDCA;
}
.AnyTagClassName
{
color: #1BBDCA;
}
</style>
background-color css
<style>
a { background-color: #1BBDCA; }
a { background-color: rgb(27,189,202); }
div.DivClassName
{
background-color: #1BBDCA;
}
.BgClassName
{
background-color: #1BBDCA;
}
</style>
border-color css
<style>
span { border-color: #1BBDCA; }
span { border-color: rgb(27,189,202); }
td.TdClassName
{
border-color: #1BBDCA;
}
.TagClassName
{
border-color: #1BBDCA;
}
</style>