Shades of Iris Blue #01B8C8
Tints of Iris Blue #01B8C8
RGB
CMYK
RGB Variations
Color information
#01B8C8 (or 0x01B8C8) is known color: Iris Blue. HEX triplet: 01, B8 and C8. RGB value is (1,184,200). Sum of RGB (Red+Green+Blue) = 1+184+200=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 200 (78.52% from 255 or 51.95% from 385); Max value from RGB is 200 - color contains mainly: blue. Hex color #01B8C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B8C8 is #FE4737. Grayscale: #828282. Windows color (decimal): -16664376 or 13154305. OLE color: 13154305.
HSL color Cylindrical-coordinate representation of color #01B8C8: hue angle of 184.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B8C8 is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 184 | 200 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.22 |
| HSL | 184.82º | 0.99% | 0.39% | - |
| HSV(B) | 184.82º | 1% | 0.78% | - |
| XYZ | 27.58 | 38.46 | 60.61 | - |
| YUV | 131.11 | 166.87 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 200 | 1.00 | 0.08 | 0 | 0.22 | 184.82 | 0.99 | 0.39 |
| Hex | 1 | B8 | C8 | 64 | 8 | 0 | 16 | B9 | 63 | 27 |
| Octal | 1 | 270 | 310 | 144 | 10 | 0 | 26 | 271 | 143 | 47 |
| Binary | 1 | 10111000 | 11001000 | 1100100 | 1000 | 0 | 10110 | 10111001 | 1100011 | 100111 |
Color Harmonies of #01B8C8
Complementary color
Monochromatic Colors of #01B8C8
Black with #01B8C8
Text Example
Text Example
White with #01B8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B8C8; }
p { color: rgb(1,184,200); }
H1.HeaderClassName
{
color: #01B8C8;
}
.AnyTagClassName
{
color: #01B8C8;
}
</style>
background-color css
<style>
a { background-color: #01B8C8; }
a { background-color: rgb(1,184,200); }
div.DivClassName
{
background-color: #01B8C8;
}
.BgClassName
{
background-color: #01B8C8;
}
</style>
border-color css
<style>
span { border-color: #01B8C8; }
span { border-color: rgb(1,184,200); }
td.TdClassName
{
border-color: #01B8C8;
}
.TagClassName
{
border-color: #01B8C8;
}
</style>