Shades of Iris Blue #08BCD5
Tints of Iris Blue #08BCD5
RGB
CMYK
RGB Variations
Color information
#08BCD5 (or 0x08BCD5) is known color: Iris Blue. HEX triplet: 08, BC and D5. RGB value is (8,188,213). Sum of RGB (Red+Green+Blue) = 8+188+213=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #08BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCD5 is #F7432A. Grayscale: #888888. Windows color (decimal): -16204587 or 14007304. OLE color: 14007304.
HSL color Cylindrical-coordinate representation of color #08BCD5: hue angle of 187.32º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCD5 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 188 | 213 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.16 |
| HSL | 187.32º | 0.93% | 0.43% | - |
| HSV(B) | 187.32º | 0.96% | 0.84% | - |
| XYZ | 30.09 | 40.82 | 69.24 | - |
| YUV | 137.03 | 170.87 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 213 | 0.96 | 0.12 | 0 | 0.16 | 187.32 | 0.93 | 0.43 |
| Hex | 8 | BC | D5 | 60 | C | 0 | 10 | BB | 5D | 2B |
| Octal | 10 | 274 | 325 | 140 | 14 | 0 | 20 | 273 | 135 | 53 |
| Binary | 1000 | 10111100 | 11010101 | 1100000 | 1100 | 0 | 10000 | 10111011 | 1011101 | 101011 |
Color Harmonies of #08BCD5
Complementary color
Monochromatic Colors of #08BCD5
Black with #08BCD5
Text Example
Text Example
White with #08BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCD5; }
p { color: rgb(8,188,213); }
H1.HeaderClassName
{
color: #08BCD5;
}
.AnyTagClassName
{
color: #08BCD5;
}
</style>
background-color css
<style>
a { background-color: #08BCD5; }
a { background-color: rgb(8,188,213); }
div.DivClassName
{
background-color: #08BCD5;
}
.BgClassName
{
background-color: #08BCD5;
}
</style>
border-color css
<style>
span { border-color: #08BCD5; }
span { border-color: rgb(8,188,213); }
td.TdClassName
{
border-color: #08BCD5;
}
.TagClassName
{
border-color: #08BCD5;
}
</style>