Shades of Iris Blue #08ADB4
Tints of Iris Blue #08ADB4
RGB
CMYK
RGB Variations
Color information
#08ADB4 (or 0x08ADB4) is known color: Iris Blue. HEX triplet: 08, AD and B4. RGB value is (8,173,180). Sum of RGB (Red+Green+Blue) = 8+173+180=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #08ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADB4 is #F7524B. Grayscale: #7C7C7C. Windows color (decimal): -16208460 or 11840776. OLE color: 11840776.
HSL color Cylindrical-coordinate representation of color #08ADB4: hue angle of 182.44º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADB4 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 173 | 180 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.29 |
| HSL | 182.44º | 0.91% | 0.37% | - |
| HSV(B) | 182.44º | 0.96% | 0.71% | - |
| XYZ | 23.28 | 33.23 | 48.37 | - |
| YUV | 124.46 | 159.34 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 180 | 0.96 | 0.04 | 0 | 0.29 | 182.44 | 0.91 | 0.37 |
| Hex | 8 | AD | B4 | 60 | 4 | 0 | 1D | B6 | 5B | 25 |
| Octal | 10 | 255 | 264 | 140 | 4 | 0 | 35 | 266 | 133 | 45 |
| Binary | 1000 | 10101101 | 10110100 | 1100000 | 100 | 0 | 11101 | 10110110 | 1011011 | 100101 |
Color Harmonies of #08ADB4
Complementary color
Monochromatic Colors of #08ADB4
Black with #08ADB4
Text Example
Text Example
White with #08ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADB4; }
p { color: rgb(8,173,180); }
H1.HeaderClassName
{
color: #08ADB4;
}
.AnyTagClassName
{
color: #08ADB4;
}
</style>
background-color css
<style>
a { background-color: #08ADB4; }
a { background-color: rgb(8,173,180); }
div.DivClassName
{
background-color: #08ADB4;
}
.BgClassName
{
background-color: #08ADB4;
}
</style>
border-color css
<style>
span { border-color: #08ADB4; }
span { border-color: rgb(8,173,180); }
td.TdClassName
{
border-color: #08ADB4;
}
.TagClassName
{
border-color: #08ADB4;
}
</style>