Shades of Iris Blue #05BBDA
Tints of Iris Blue #05BBDA
RGB
CMYK
RGB Variations
Color information
#05BBDA (or 0x05BBDA) is known color: Iris Blue. HEX triplet: 05, BB and DA. RGB value is (5,187,218). Sum of RGB (Red+Green+Blue) = 5+187+218=410 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #05BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBDA is #FA4425. Grayscale: #878787. Windows color (decimal): -16401446 or 14334725. OLE color: 14334725.
HSL color Cylindrical-coordinate representation of color #05BBDA: hue angle of 188.73º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBDA is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 187 | 218 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.15 |
| HSL | 188.73º | 0.96% | 0.44% | - |
| HSV(B) | 188.73º | 0.98% | 0.85% | - |
| XYZ | 30.49 | 40.63 | 72.57 | - |
| YUV | 136.12 | 174.2 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 218 | 0.98 | 0.14 | 0 | 0.15 | 188.73 | 0.96 | 0.44 |
| Hex | 5 | BB | DA | 62 | E | 0 | F | BD | 60 | 2C |
| Octal | 5 | 273 | 332 | 142 | 16 | 0 | 17 | 275 | 140 | 54 |
| Binary | 101 | 10111011 | 11011010 | 1100010 | 1110 | 0 | 1111 | 10111101 | 1100000 | 101100 |
Color Harmonies of #05BBDA
Complementary color
Monochromatic Colors of #05BBDA
Black with #05BBDA
Text Example
Text Example
White with #05BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBDA; }
p { color: rgb(5,187,218); }
H1.HeaderClassName
{
color: #05BBDA;
}
.AnyTagClassName
{
color: #05BBDA;
}
</style>
background-color css
<style>
a { background-color: #05BBDA; }
a { background-color: rgb(5,187,218); }
div.DivClassName
{
background-color: #05BBDA;
}
.BgClassName
{
background-color: #05BBDA;
}
</style>
border-color css
<style>
span { border-color: #05BBDA; }
span { border-color: rgb(5,187,218); }
td.TdClassName
{
border-color: #05BBDA;
}
.TagClassName
{
border-color: #05BBDA;
}
</style>