Shades of Iris Blue #01BCDF
Tints of Iris Blue #01BCDF
RGB
CMYK
RGB Variations
Color information
#01BCDF (or 0x01BCDF) is known color: Iris Blue. HEX triplet: 01, BC and DF. RGB value is (1,188,223). Sum of RGB (Red+Green+Blue) = 1+188+223=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #01BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCDF is #FE4320. Grayscale: #878787. Windows color (decimal): -16663329 or 14662657. OLE color: 14662657.
HSL color Cylindrical-coordinate representation of color #01BCDF: hue angle of 189.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCDF is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 188 | 223 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.13 |
| HSL | 189.46º | 0.99% | 0.44% | - |
| HSV(B) | 189.46º | 1% | 0.87% | - |
| XYZ | 31.32 | 41.3 | 76.13 | - |
| YUV | 136.08 | 177.05 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 223 | 1.00 | 0.16 | 0 | 0.13 | 189.46 | 0.99 | 0.44 |
| Hex | 1 | BC | DF | 64 | 10 | 0 | D | BD | 63 | 2C |
| Octal | 1 | 274 | 337 | 144 | 20 | 0 | 15 | 275 | 143 | 54 |
| Binary | 1 | 10111100 | 11011111 | 1100100 | 10000 | 0 | 1101 | 10111101 | 1100011 | 101100 |
Color Harmonies of #01BCDF
Complementary color
Monochromatic Colors of #01BCDF
Black with #01BCDF
Text Example
Text Example
White with #01BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCDF; }
p { color: rgb(1,188,223); }
H1.HeaderClassName
{
color: #01BCDF;
}
.AnyTagClassName
{
color: #01BCDF;
}
</style>
background-color css
<style>
a { background-color: #01BCDF; }
a { background-color: rgb(1,188,223); }
div.DivClassName
{
background-color: #01BCDF;
}
.BgClassName
{
background-color: #01BCDF;
}
</style>
border-color css
<style>
span { border-color: #01BCDF; }
span { border-color: rgb(1,188,223); }
td.TdClassName
{
border-color: #01BCDF;
}
.TagClassName
{
border-color: #01BCDF;
}
</style>