Shades of Iris Blue #01A8D7
Tints of Iris Blue #01A8D7
RGB
CMYK
RGB Variations
Color information
#01A8D7 (or 0x01A8D7) is known color: Iris Blue. HEX triplet: 01, A8 and D7. RGB value is (1,168,215). Sum of RGB (Red+Green+Blue) = 1+168+215=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #01A8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8D7 is #FE5728. Grayscale: #7B7B7B. Windows color (decimal): -16668457 or 14133249. OLE color: 14133249.
HSL color Cylindrical-coordinate representation of color #01A8D7: hue angle of 193.18º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A8D7 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 168 | 215 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.16 |
| HSL | 193.18º | 0.99% | 0.42% | - |
| HSV(B) | 193.18º | 1% | 0.84% | - |
| XYZ | 26.28 | 32.92 | 69.26 | - |
| YUV | 123.43 | 179.67 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 215 | 1.00 | 0.22 | 0 | 0.16 | 193.18 | 0.99 | 0.42 |
| Hex | 1 | A8 | D7 | 64 | 16 | 0 | 10 | C1 | 63 | 2A |
| Octal | 1 | 250 | 327 | 144 | 26 | 0 | 20 | 301 | 143 | 52 |
| Binary | 1 | 10101000 | 11010111 | 1100100 | 10110 | 0 | 10000 | 11000001 | 1100011 | 101010 |
Color Harmonies of #01A8D7
Complementary color
Monochromatic Colors of #01A8D7
Black with #01A8D7
Text Example
Text Example
White with #01A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8D7; }
p { color: rgb(1,168,215); }
H1.HeaderClassName
{
color: #01A8D7;
}
.AnyTagClassName
{
color: #01A8D7;
}
</style>
background-color css
<style>
a { background-color: #01A8D7; }
a { background-color: rgb(1,168,215); }
div.DivClassName
{
background-color: #01A8D7;
}
.BgClassName
{
background-color: #01A8D7;
}
</style>
border-color css
<style>
span { border-color: #01A8D7; }
span { border-color: rgb(1,168,215); }
td.TdClassName
{
border-color: #01A8D7;
}
.TagClassName
{
border-color: #01A8D7;
}
</style>