Shades of Iris Blue #01B8DD
Tints of Iris Blue #01B8DD
RGB
CMYK
RGB Variations
Color information
#01B8DD (or 0x01B8DD) is known color: Iris Blue. HEX triplet: 01, B8 and DD. RGB value is (1,184,221). Sum of RGB (Red+Green+Blue) = 1+184+221=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #01B8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B8DD is #FE4722. Grayscale: #858585. Windows color (decimal): -16664355 or 14530561. OLE color: 14530561.
HSL color Cylindrical-coordinate representation of color #01B8DD: hue angle of 190.09º 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 #01B8DD is Cyan = 1.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 184 | 221 | - |
| CMYK | 1.00 | 0.17 | 0 | 0.13 |
| HSL | 190.09º | 0.99% | 0.44% | - |
| HSV(B) | 190.09º | 1% | 0.87% | - |
| XYZ | 30.2 | 39.51 | 74.44 | - |
| YUV | 133.5 | 177.37 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 221 | 1.00 | 0.17 | 0 | 0.13 | 190.09 | 0.99 | 0.44 |
| Hex | 1 | B8 | DD | 64 | 11 | 0 | D | BE | 63 | 2C |
| Octal | 1 | 270 | 335 | 144 | 21 | 0 | 15 | 276 | 143 | 54 |
| Binary | 1 | 10111000 | 11011101 | 1100100 | 10001 | 0 | 1101 | 10111110 | 1100011 | 101100 |
Color Harmonies of #01B8DD
Complementary color
Monochromatic Colors of #01B8DD
Black with #01B8DD
Text Example
Text Example
White with #01B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B8DD; }
p { color: rgb(1,184,221); }
H1.HeaderClassName
{
color: #01B8DD;
}
.AnyTagClassName
{
color: #01B8DD;
}
</style>
background-color css
<style>
a { background-color: #01B8DD; }
a { background-color: rgb(1,184,221); }
div.DivClassName
{
background-color: #01B8DD;
}
.BgClassName
{
background-color: #01B8DD;
}
</style>
border-color css
<style>
span { border-color: #01B8DD; }
span { border-color: rgb(1,184,221); }
td.TdClassName
{
border-color: #01B8DD;
}
.TagClassName
{
border-color: #01B8DD;
}
</style>