Shades of Iris Blue #01BCCB
Tints of Iris Blue #01BCCB
RGB
CMYK
RGB Variations
Color information
#01BCCB (or 0x01BCCB) is known color: Iris Blue. HEX triplet: 01, BC and CB. RGB value is (1,188,203). Sum of RGB (Red+Green+Blue) = 1+188+203=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #01BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCCB is #FE4334. Grayscale: #858585. Windows color (decimal): -16663349 or 13351937. OLE color: 13351937.
HSL color Cylindrical-coordinate representation of color #01BCCB: hue angle of 184.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCCB is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 188 | 203 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.20 |
| HSL | 184.46º | 0.99% | 0.4% | - |
| HSV(B) | 184.46º | 1% | 0.8% | - |
| XYZ | 28.78 | 40.28 | 62.76 | - |
| YUV | 133.8 | 167.05 | 33.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 203 | 1.00 | 0.07 | 0 | 0.20 | 184.46 | 0.99 | 0.4 |
| Hex | 1 | BC | CB | 64 | 7 | 0 | 14 | B8 | 63 | 28 |
| Octal | 1 | 274 | 313 | 144 | 7 | 0 | 24 | 270 | 143 | 50 |
| Binary | 1 | 10111100 | 11001011 | 1100100 | 111 | 0 | 10100 | 10111000 | 1100011 | 101000 |
Color Harmonies of #01BCCB
Complementary color
Monochromatic Colors of #01BCCB
Black with #01BCCB
Text Example
Text Example
White with #01BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCCB; }
p { color: rgb(1,188,203); }
H1.HeaderClassName
{
color: #01BCCB;
}
.AnyTagClassName
{
color: #01BCCB;
}
</style>
background-color css
<style>
a { background-color: #01BCCB; }
a { background-color: rgb(1,188,203); }
div.DivClassName
{
background-color: #01BCCB;
}
.BgClassName
{
background-color: #01BCCB;
}
</style>
border-color css
<style>
span { border-color: #01BCCB; }
span { border-color: rgb(1,188,203); }
td.TdClassName
{
border-color: #01BCCB;
}
.TagClassName
{
border-color: #01BCCB;
}
</style>