Shades of Iris Blue #01BCCF
Tints of Iris Blue #01BCCF
RGB
CMYK
RGB Variations
Color information
#01BCCF (or 0x01BCCF) is known color: Iris Blue. HEX triplet: 01, BC and CF. RGB value is (1,188,207). Sum of RGB (Red+Green+Blue) = 1+188+207=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #01BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCCF is #FE4330. Grayscale: #858585. Windows color (decimal): -16663345 or 13614081. OLE color: 13614081.
HSL color Cylindrical-coordinate representation of color #01BCCF: hue angle of 185.53º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCCF is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 188 | 207 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.19 |
| HSL | 185.53º | 0.99% | 0.41% | - |
| HSV(B) | 185.53º | 1% | 0.81% | - |
| XYZ | 29.26 | 40.48 | 65.3 | - |
| YUV | 134.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 188 | 207 | 1.00 | 0.09 | 0 | 0.19 | 185.53 | 0.99 | 0.41 |
| Hex | 1 | BC | CF | 64 | 9 | 0 | 13 | BA | 63 | 29 |
| Octal | 1 | 274 | 317 | 144 | 11 | 0 | 23 | 272 | 143 | 51 |
| Binary | 1 | 10111100 | 11001111 | 1100100 | 1001 | 0 | 10011 | 10111010 | 1100011 | 101001 |
Color Harmonies of #01BCCF
Complementary color
Monochromatic Colors of #01BCCF
Black with #01BCCF
Text Example
Text Example
White with #01BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BCCF; }
p { color: rgb(1,188,207); }
H1.HeaderClassName
{
color: #01BCCF;
}
.AnyTagClassName
{
color: #01BCCF;
}
</style>
background-color css
<style>
a { background-color: #01BCCF; }
a { background-color: rgb(1,188,207); }
div.DivClassName
{
background-color: #01BCCF;
}
.BgClassName
{
background-color: #01BCCF;
}
</style>
border-color css
<style>
span { border-color: #01BCCF; }
span { border-color: rgb(1,188,207); }
td.TdClassName
{
border-color: #01BCCF;
}
.TagClassName
{
border-color: #01BCCF;
}
</style>