Shades of Iris Blue #05BED0
Tints of Iris Blue #05BED0
RGB
CMYK
RGB Variations
Color information
#05BED0 (or 0x05BED0) is known color: Iris Blue. HEX triplet: 05, BE and D0. RGB value is (5,190,208). Sum of RGB (Red+Green+Blue) = 5+190+208=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #05BED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BED0 is #FA412F. Grayscale: #888888. Windows color (decimal): -16400688 or 13680133. OLE color: 13680133.
HSL color Cylindrical-coordinate representation of color #05BED0: hue angle of 185.32º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BED0 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 190 | 208 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.18 |
| HSL | 185.32º | 0.95% | 0.42% | - |
| HSV(B) | 185.32º | 0.98% | 0.82% | - |
| XYZ | 29.86 | 41.41 | 66.09 | - |
| YUV | 136.74 | 168.21 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 190 | 208 | 0.98 | 0.09 | 0 | 0.18 | 185.32 | 0.95 | 0.42 |
| Hex | 5 | BE | D0 | 62 | 9 | 0 | 12 | B9 | 5F | 2A |
| Octal | 5 | 276 | 320 | 142 | 11 | 0 | 22 | 271 | 137 | 52 |
| Binary | 101 | 10111110 | 11010000 | 1100010 | 1001 | 0 | 10010 | 10111001 | 1011111 | 101010 |
Color Harmonies of #05BED0
Complementary color
Monochromatic Colors of #05BED0
Black with #05BED0
Text Example
Text Example
White with #05BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BED0; }
p { color: rgb(5,190,208); }
H1.HeaderClassName
{
color: #05BED0;
}
.AnyTagClassName
{
color: #05BED0;
}
</style>
background-color css
<style>
a { background-color: #05BED0; }
a { background-color: rgb(5,190,208); }
div.DivClassName
{
background-color: #05BED0;
}
.BgClassName
{
background-color: #05BED0;
}
</style>
border-color css
<style>
span { border-color: #05BED0; }
span { border-color: rgb(5,190,208); }
td.TdClassName
{
border-color: #05BED0;
}
.TagClassName
{
border-color: #05BED0;
}
</style>