Shades of Iris Blue #01BBC5
Tints of Iris Blue #01BBC5
RGB
CMYK
RGB Variations
Color information
#01BBC5 (or 0x01BBC5) is known color: Iris Blue. HEX triplet: 01, BB and C5. RGB value is (1,187,197). Sum of RGB (Red+Green+Blue) = 1+187+197=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #01BBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBC5 is #FE443A. Grayscale: #848484. Windows color (decimal): -16663611 or 12958465. OLE color: 12958465.
HSL color Cylindrical-coordinate representation of color #01BBC5: hue angle of 183.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BBC5 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 187 | 197 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.23 |
| HSL | 183.06º | 0.99% | 0.39% | - |
| HSV(B) | 183.06º | 0.99% | 0.77% | - |
| XYZ | 27.86 | 39.58 | 58.99 | - |
| YUV | 132.53 | 164.38 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 197 | 0.99 | 0.05 | 0 | 0.23 | 183.06 | 0.99 | 0.39 |
| Hex | 1 | BB | C5 | 63 | 5 | 0 | 17 | B7 | 63 | 27 |
| Octal | 1 | 273 | 305 | 143 | 5 | 0 | 27 | 267 | 143 | 47 |
| Binary | 1 | 10111011 | 11000101 | 1100011 | 101 | 0 | 10111 | 10110111 | 1100011 | 100111 |
Color Harmonies of #01BBC5
Complementary color
Monochromatic Colors of #01BBC5
Black with #01BBC5
Text Example
Text Example
White with #01BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBC5; }
p { color: rgb(1,187,197); }
H1.HeaderClassName
{
color: #01BBC5;
}
.AnyTagClassName
{
color: #01BBC5;
}
</style>
background-color css
<style>
a { background-color: #01BBC5; }
a { background-color: rgb(1,187,197); }
div.DivClassName
{
background-color: #01BBC5;
}
.BgClassName
{
background-color: #01BBC5;
}
</style>
border-color css
<style>
span { border-color: #01BBC5; }
span { border-color: rgb(1,187,197); }
td.TdClassName
{
border-color: #01BBC5;
}
.TagClassName
{
border-color: #01BBC5;
}
</style>