Shades of Iris Blue #08ADC6
Tints of Iris Blue #08ADC6
RGB
CMYK
RGB Variations
Color information
#08ADC6 (or 0x08ADC6) is known color: Iris Blue. HEX triplet: 08, AD and C6. RGB value is (8,173,198). Sum of RGB (Red+Green+Blue) = 8+173+198=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #08ADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADC6 is #F75239. Grayscale: #7E7E7E. Windows color (decimal): -16208442 or 13020424. OLE color: 13020424.
HSL color Cylindrical-coordinate representation of color #08ADC6: hue angle of 187.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADC6 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 173 | 198 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.22 |
| HSL | 187.89º | 0.92% | 0.4% | - |
| HSV(B) | 187.89º | 0.96% | 0.78% | - |
| XYZ | 25.24 | 34.02 | 58.66 | - |
| YUV | 126.52 | 168.34 | 43.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 198 | 0.96 | 0.13 | 0 | 0.22 | 187.89 | 0.92 | 0.4 |
| Hex | 8 | AD | C6 | 60 | D | 0 | 16 | BC | 5C | 28 |
| Octal | 10 | 255 | 306 | 140 | 15 | 0 | 26 | 274 | 134 | 50 |
| Binary | 1000 | 10101101 | 11000110 | 1100000 | 1101 | 0 | 10110 | 10111100 | 1011100 | 101000 |
Color Harmonies of #08ADC6
Complementary color
Monochromatic Colors of #08ADC6
Black with #08ADC6
Text Example
Text Example
White with #08ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADC6; }
p { color: rgb(8,173,198); }
H1.HeaderClassName
{
color: #08ADC6;
}
.AnyTagClassName
{
color: #08ADC6;
}
</style>
background-color css
<style>
a { background-color: #08ADC6; }
a { background-color: rgb(8,173,198); }
div.DivClassName
{
background-color: #08ADC6;
}
.BgClassName
{
background-color: #08ADC6;
}
</style>
border-color css
<style>
span { border-color: #08ADC6; }
span { border-color: rgb(8,173,198); }
td.TdClassName
{
border-color: #08ADC6;
}
.TagClassName
{
border-color: #08ADC6;
}
</style>