Shades of Iris Blue #08BCDF
Tints of Iris Blue #08BCDF
RGB
CMYK
RGB Variations
Color information
#08BCDF (or 0x08BCDF) is known color: Iris Blue. HEX triplet: 08, BC and DF. RGB value is (8,188,223). Sum of RGB (Red+Green+Blue) = 8+188+223=419 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #08BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCDF is #F74320. Grayscale: #898989. Windows color (decimal): -16204577 or 14662664. OLE color: 14662664.
HSL color Cylindrical-coordinate representation of color #08BCDF: hue angle of 189.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCDF is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 188 | 223 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.13 |
| HSL | 189.77º | 0.93% | 0.45% | - |
| HSV(B) | 189.77º | 0.96% | 0.87% | - |
| XYZ | 31.4 | 41.35 | 76.14 | - |
| YUV | 138.17 | 175.87 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 223 | 0.96 | 0.16 | 0 | 0.13 | 189.77 | 0.93 | 0.45 |
| Hex | 8 | BC | DF | 60 | 10 | 0 | D | BE | 5D | 2D |
| Octal | 10 | 274 | 337 | 140 | 20 | 0 | 15 | 276 | 135 | 55 |
| Binary | 1000 | 10111100 | 11011111 | 1100000 | 10000 | 0 | 1101 | 10111110 | 1011101 | 101101 |
Color Harmonies of #08BCDF
Complementary color
Monochromatic Colors of #08BCDF
Black with #08BCDF
Text Example
Text Example
White with #08BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCDF; }
p { color: rgb(8,188,223); }
H1.HeaderClassName
{
color: #08BCDF;
}
.AnyTagClassName
{
color: #08BCDF;
}
</style>
background-color css
<style>
a { background-color: #08BCDF; }
a { background-color: rgb(8,188,223); }
div.DivClassName
{
background-color: #08BCDF;
}
.BgClassName
{
background-color: #08BCDF;
}
</style>
border-color css
<style>
span { border-color: #08BCDF; }
span { border-color: rgb(8,188,223); }
td.TdClassName
{
border-color: #08BCDF;
}
.TagClassName
{
border-color: #08BCDF;
}
</style>