Shades of Iris Blue #01B9C5
Tints of Iris Blue #01B9C5
RGB
CMYK
RGB Variations
Color information
#01B9C5 (or 0x01B9C5) is known color: Iris Blue. HEX triplet: 01, B9 and C5. RGB value is (1,185,197). Sum of RGB (Red+Green+Blue) = 1+185+197=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #01B9C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B9C5 is #FE463A. Grayscale: #838383. Windows color (decimal): -16664123 or 12957953. OLE color: 12957953.
HSL color Cylindrical-coordinate representation of color #01B9C5: hue angle of 183.67º 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 #01B9C5 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 185 | 197 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.23 |
| HSL | 183.67º | 0.99% | 0.39% | - |
| HSV(B) | 183.67º | 0.99% | 0.77% | - |
| XYZ | 27.44 | 38.74 | 58.85 | - |
| YUV | 131.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 185 | 197 | 0.99 | 0.06 | 0 | 0.23 | 183.67 | 0.99 | 0.39 |
| Hex | 1 | B9 | C5 | 63 | 6 | 0 | 17 | B8 | 63 | 27 |
| Octal | 1 | 271 | 305 | 143 | 6 | 0 | 27 | 270 | 143 | 47 |
| Binary | 1 | 10111001 | 11000101 | 1100011 | 110 | 0 | 10111 | 10111000 | 1100011 | 100111 |
Color Harmonies of #01B9C5
Complementary color
Monochromatic Colors of #01B9C5
Black with #01B9C5
Text Example
Text Example
White with #01B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B9C5; }
p { color: rgb(1,185,197); }
H1.HeaderClassName
{
color: #01B9C5;
}
.AnyTagClassName
{
color: #01B9C5;
}
</style>
background-color css
<style>
a { background-color: #01B9C5; }
a { background-color: rgb(1,185,197); }
div.DivClassName
{
background-color: #01B9C5;
}
.BgClassName
{
background-color: #01B9C5;
}
</style>
border-color css
<style>
span { border-color: #01B9C5; }
span { border-color: rgb(1,185,197); }
td.TdClassName
{
border-color: #01B9C5;
}
.TagClassName
{
border-color: #01B9C5;
}
</style>