Shades of Iris Blue #01BCC3
Tints of Iris Blue #01BCC3
RGB
CMYK
RGB Variations
Color information
#01BCC3 (or 0x01BCC3) is known color: Iris Blue. HEX triplet: 01, BC and C3. RGB value is (1,188,195). Sum of RGB (Red+Green+Blue) = 1+188+195=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #01BCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCC3 is #FE433C. Grayscale: #848484. Windows color (decimal): -16663357 or 12827649. OLE color: 12827649.
HSL color Cylindrical-coordinate representation of color #01BCC3: hue angle of 182.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BCC3 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 188 | 195 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.24 |
| HSL | 182.16º | 0.99% | 0.38% | - |
| HSV(B) | 182.16º | 0.99% | 0.76% | - |
| XYZ | 27.85 | 39.91 | 57.87 | - |
| YUV | 132.89 | 163.05 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 195 | 0.99 | 0.04 | 0 | 0.24 | 182.16 | 0.99 | 0.38 |
| Hex | 1 | BC | C3 | 63 | 4 | 0 | 18 | B6 | 63 | 26 |
| Octal | 1 | 274 | 303 | 143 | 4 | 0 | 30 | 266 | 143 | 46 |
| Binary | 1 | 10111100 | 11000011 | 1100011 | 100 | 0 | 11000 | 10110110 | 1100011 | 100110 |
Color Harmonies of #01BCC3
Complementary color
Monochromatic Colors of #01BCC3
Black with #01BCC3
Text Example
Text Example
White with #01BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCC3; }
p { color: rgb(1,188,195); }
H1.HeaderClassName
{
color: #01BCC3;
}
.AnyTagClassName
{
color: #01BCC3;
}
</style>
background-color css
<style>
a { background-color: #01BCC3; }
a { background-color: rgb(1,188,195); }
div.DivClassName
{
background-color: #01BCC3;
}
.BgClassName
{
background-color: #01BCC3;
}
</style>
border-color css
<style>
span { border-color: #01BCC3; }
span { border-color: rgb(1,188,195); }
td.TdClassName
{
border-color: #01BCC3;
}
.TagClassName
{
border-color: #01BCC3;
}
</style>