Shades of Iris Blue #01BFCB
Tints of Iris Blue #01BFCB
RGB
CMYK
RGB Variations
Color information
#01BFCB (or 0x01BFCB) is known color: Iris Blue. HEX triplet: 01, BF and CB. RGB value is (1,191,203). Sum of RGB (Red+Green+Blue) = 1+191+203=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #01BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFCB is #FE4034. Grayscale: #878787. Windows color (decimal): -16662581 or 13352705. OLE color: 13352705.
HSL color Cylindrical-coordinate representation of color #01BFCB: hue angle of 183.56º 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 #01BFCB is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 191 | 203 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.20 |
| HSL | 183.56º | 0.99% | 0.4% | - |
| HSV(B) | 183.56º | 1% | 0.8% | - |
| XYZ | 29.42 | 41.58 | 62.97 | - |
| YUV | 135.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 203 | 1.00 | 0.06 | 0 | 0.20 | 183.56 | 0.99 | 0.4 |
| Hex | 1 | BF | CB | 64 | 6 | 0 | 14 | B8 | 63 | 28 |
| Octal | 1 | 277 | 313 | 144 | 6 | 0 | 24 | 270 | 143 | 50 |
| Binary | 1 | 10111111 | 11001011 | 1100100 | 110 | 0 | 10100 | 10111000 | 1100011 | 101000 |
Color Harmonies of #01BFCB
Complementary color
Monochromatic Colors of #01BFCB
Black with #01BFCB
Text Example
Text Example
White with #01BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFCB; }
p { color: rgb(1,191,203); }
H1.HeaderClassName
{
color: #01BFCB;
}
.AnyTagClassName
{
color: #01BFCB;
}
</style>
background-color css
<style>
a { background-color: #01BFCB; }
a { background-color: rgb(1,191,203); }
div.DivClassName
{
background-color: #01BFCB;
}
.BgClassName
{
background-color: #01BFCB;
}
</style>
border-color css
<style>
span { border-color: #01BFCB; }
span { border-color: rgb(1,191,203); }
td.TdClassName
{
border-color: #01BFCB;
}
.TagClassName
{
border-color: #01BFCB;
}
</style>