Shades of Iris Blue #08BEDA
Tints of Iris Blue #08BEDA
RGB
CMYK
RGB Variations
Color information
#08BEDA (or 0x08BEDA) is known color: Iris Blue. HEX triplet: 08, BE and DA. RGB value is (8,190,218). Sum of RGB (Red+Green+Blue) = 8+190+218=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #08BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BEDA is #F74125. Grayscale: #8A8A8A. Windows color (decimal): -16204070 or 14335496. OLE color: 14335496.
HSL color Cylindrical-coordinate representation of color #08BEDA: hue angle of 188º 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 #08BEDA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 190 | 218 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.15 |
| HSL | 188º | 0.93% | 0.44% | - |
| HSV(B) | 188º | 0.96% | 0.85% | - |
| XYZ | 31.17 | 41.94 | 72.78 | - |
| YUV | 138.77 | 172.7 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 190 | 218 | 0.96 | 0.13 | 0 | 0.15 | 188 | 0.93 | 0.44 |
| Hex | 8 | BE | DA | 60 | D | 0 | F | BC | 5D | 2C |
| Octal | 10 | 276 | 332 | 140 | 15 | 0 | 17 | 274 | 135 | 54 |
| Binary | 1000 | 10111110 | 11011010 | 1100000 | 1101 | 0 | 1111 | 10111100 | 1011101 | 101100 |
Color Harmonies of #08BEDA
Complementary color
Monochromatic Colors of #08BEDA
Black with #08BEDA
Text Example
Text Example
White with #08BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BEDA; }
p { color: rgb(8,190,218); }
H1.HeaderClassName
{
color: #08BEDA;
}
.AnyTagClassName
{
color: #08BEDA;
}
</style>
background-color css
<style>
a { background-color: #08BEDA; }
a { background-color: rgb(8,190,218); }
div.DivClassName
{
background-color: #08BEDA;
}
.BgClassName
{
background-color: #08BEDA;
}
</style>
border-color css
<style>
span { border-color: #08BEDA; }
span { border-color: rgb(8,190,218); }
td.TdClassName
{
border-color: #08BEDA;
}
.TagClassName
{
border-color: #08BEDA;
}
</style>