Shades of Iris Blue #01BBDF
Tints of Iris Blue #01BBDF
RGB
CMYK
RGB Variations
Color information
#01BBDF (or 0x01BBDF) is known color: Iris Blue. HEX triplet: 01, BB and DF. RGB value is (1,187,223). Sum of RGB (Red+Green+Blue) = 1+187+223=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #01BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBDF is #FE4420. Grayscale: #878787. Windows color (decimal): -16663585 or 14662401. OLE color: 14662401.
HSL color Cylindrical-coordinate representation of color #01BBDF: hue angle of 189.73º 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 #01BBDF is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 187 | 223 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.13 |
| HSL | 189.73º | 0.99% | 0.44% | - |
| HSV(B) | 189.73º | 1% | 0.87% | - |
| XYZ | 31.1 | 40.87 | 76.06 | - |
| YUV | 135.49 | 177.38 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 223 | 1.00 | 0.16 | 0 | 0.13 | 189.73 | 0.99 | 0.44 |
| Hex | 1 | BB | DF | 64 | 10 | 0 | D | BE | 63 | 2C |
| Octal | 1 | 273 | 337 | 144 | 20 | 0 | 15 | 276 | 143 | 54 |
| Binary | 1 | 10111011 | 11011111 | 1100100 | 10000 | 0 | 1101 | 10111110 | 1100011 | 101100 |
Color Harmonies of #01BBDF
Complementary color
Monochromatic Colors of #01BBDF
Black with #01BBDF
Text Example
Text Example
White with #01BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBDF; }
p { color: rgb(1,187,223); }
H1.HeaderClassName
{
color: #01BBDF;
}
.AnyTagClassName
{
color: #01BBDF;
}
</style>
background-color css
<style>
a { background-color: #01BBDF; }
a { background-color: rgb(1,187,223); }
div.DivClassName
{
background-color: #01BBDF;
}
.BgClassName
{
background-color: #01BBDF;
}
</style>
border-color css
<style>
span { border-color: #01BBDF; }
span { border-color: rgb(1,187,223); }
td.TdClassName
{
border-color: #01BBDF;
}
.TagClassName
{
border-color: #01BBDF;
}
</style>