Shades of Iris Blue #08ACB4
Tints of Iris Blue #08ACB4
RGB
CMYK
RGB Variations
Color information
#08ACB4 (or 0x08ACB4) is known color: Iris Blue. HEX triplet: 08, AC and B4. RGB value is (8,172,180). Sum of RGB (Red+Green+Blue) = 8+172+180=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #08ACB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ACB4 is #F7534B. Grayscale: #7B7B7B. Windows color (decimal): -16208716 or 11840520. OLE color: 11840520.
HSL color Cylindrical-coordinate representation of color #08ACB4: hue angle of 182.79º 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 #08ACB4 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 172 | 180 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.29 |
| HSL | 182.79º | 0.91% | 0.37% | - |
| HSV(B) | 182.79º | 0.96% | 0.71% | - |
| XYZ | 23.09 | 32.85 | 48.3 | - |
| YUV | 123.88 | 159.67 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 172 | 180 | 0.96 | 0.04 | 0 | 0.29 | 182.79 | 0.91 | 0.37 |
| Hex | 8 | AC | B4 | 60 | 4 | 0 | 1D | B7 | 5B | 25 |
| Octal | 10 | 254 | 264 | 140 | 4 | 0 | 35 | 267 | 133 | 45 |
| Binary | 1000 | 10101100 | 10110100 | 1100000 | 100 | 0 | 11101 | 10110111 | 1011011 | 100101 |
Color Harmonies of #08ACB4
Complementary color
Monochromatic Colors of #08ACB4
Black with #08ACB4
Text Example
Text Example
White with #08ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ACB4; }
p { color: rgb(8,172,180); }
H1.HeaderClassName
{
color: #08ACB4;
}
.AnyTagClassName
{
color: #08ACB4;
}
</style>
background-color css
<style>
a { background-color: #08ACB4; }
a { background-color: rgb(8,172,180); }
div.DivClassName
{
background-color: #08ACB4;
}
.BgClassName
{
background-color: #08ACB4;
}
</style>
border-color css
<style>
span { border-color: #08ACB4; }
span { border-color: rgb(8,172,180); }
td.TdClassName
{
border-color: #08ACB4;
}
.TagClassName
{
border-color: #08ACB4;
}
</style>