Shades of Iris Blue #01B5C4
Tints of Iris Blue #01B5C4
RGB
CMYK
RGB Variations
Color information
#01B5C4 (or 0x01B5C4) is known color: Iris Blue. HEX triplet: 01, B5 and C4. RGB value is (1,181,196). Sum of RGB (Red+Green+Blue) = 1+181+196=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #01B5C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B5C4 is #FE4A3B. Grayscale: #808080. Windows color (decimal): -16665148 or 12891393. OLE color: 12891393.
HSL color Cylindrical-coordinate representation of color #01B5C4: hue angle of 184.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B5C4 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 181 | 196 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.23 |
| HSL | 184.62º | 0.99% | 0.39% | - |
| HSV(B) | 184.62º | 0.99% | 0.77% | - |
| XYZ | 26.5 | 37.04 | 57.98 | - |
| YUV | 128.89 | 165.87 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 196 | 0.99 | 0.08 | 0 | 0.23 | 184.62 | 0.99 | 0.39 |
| Hex | 1 | B5 | C4 | 63 | 8 | 0 | 17 | B9 | 63 | 27 |
| Octal | 1 | 265 | 304 | 143 | 10 | 0 | 27 | 271 | 143 | 47 |
| Binary | 1 | 10110101 | 11000100 | 1100011 | 1000 | 0 | 10111 | 10111001 | 1100011 | 100111 |
Color Harmonies of #01B5C4
Complementary color
Monochromatic Colors of #01B5C4
Black with #01B5C4
Text Example
Text Example
White with #01B5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B5C4; }
p { color: rgb(1,181,196); }
H1.HeaderClassName
{
color: #01B5C4;
}
.AnyTagClassName
{
color: #01B5C4;
}
</style>
background-color css
<style>
a { background-color: #01B5C4; }
a { background-color: rgb(1,181,196); }
div.DivClassName
{
background-color: #01B5C4;
}
.BgClassName
{
background-color: #01B5C4;
}
</style>
border-color css
<style>
span { border-color: #01B5C4; }
span { border-color: rgb(1,181,196); }
td.TdClassName
{
border-color: #01B5C4;
}
.TagClassName
{
border-color: #01B5C4;
}
</style>