Shades of Iris Blue #08BCDA
Tints of Iris Blue #08BCDA
RGB
CMYK
RGB Variations
Color information
#08BCDA (or 0x08BCDA) is known color: Iris Blue. HEX triplet: 08, BC and DA. RGB value is (8,188,218). Sum of RGB (Red+Green+Blue) = 8+188+218=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #08BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCDA is #F74325. Grayscale: #898989. Windows color (decimal): -16204582 or 14334984. OLE color: 14334984.
HSL color Cylindrical-coordinate representation of color #08BCDA: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCDA is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 188 | 218 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.15 |
| HSL | 188.57º | 0.93% | 0.44% | - |
| HSV(B) | 188.57º | 0.96% | 0.85% | - |
| XYZ | 30.74 | 41.08 | 72.64 | - |
| YUV | 137.6 | 173.37 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 218 | 0.96 | 0.14 | 0 | 0.15 | 188.57 | 0.93 | 0.44 |
| Hex | 8 | BC | DA | 60 | E | 0 | F | BD | 5D | 2C |
| Octal | 10 | 274 | 332 | 140 | 16 | 0 | 17 | 275 | 135 | 54 |
| Binary | 1000 | 10111100 | 11011010 | 1100000 | 1110 | 0 | 1111 | 10111101 | 1011101 | 101100 |
Color Harmonies of #08BCDA
Complementary color
Monochromatic Colors of #08BCDA
Black with #08BCDA
Text Example
Text Example
White with #08BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCDA; }
p { color: rgb(8,188,218); }
H1.HeaderClassName
{
color: #08BCDA;
}
.AnyTagClassName
{
color: #08BCDA;
}
</style>
background-color css
<style>
a { background-color: #08BCDA; }
a { background-color: rgb(8,188,218); }
div.DivClassName
{
background-color: #08BCDA;
}
.BgClassName
{
background-color: #08BCDA;
}
</style>
border-color css
<style>
span { border-color: #08BCDA; }
span { border-color: rgb(8,188,218); }
td.TdClassName
{
border-color: #08BCDA;
}
.TagClassName
{
border-color: #08BCDA;
}
</style>