Shades of Iris Blue #05BBDF
Tints of Iris Blue #05BBDF
RGB
CMYK
RGB Variations
Color information
#05BBDF (or 0x05BBDF) is known color: Iris Blue. HEX triplet: 05, BB and DF. RGB value is (5,187,223). Sum of RGB (Red+Green+Blue) = 5+187+223=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #05BBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BBDF is #FA4420. Grayscale: #888888. Windows color (decimal): -16401441 or 14662405. OLE color: 14662405.
HSL color Cylindrical-coordinate representation of color #05BBDF: hue angle of 189.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BBDF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 187 | 223 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.13 |
| HSL | 189.91º | 0.96% | 0.45% | - |
| HSV(B) | 189.91º | 0.98% | 0.87% | - |
| XYZ | 31.15 | 40.9 | 76.06 | - |
| YUV | 136.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 187 | 223 | 0.98 | 0.16 | 0 | 0.13 | 189.91 | 0.96 | 0.45 |
| Hex | 5 | BB | DF | 62 | 10 | 0 | D | BE | 60 | 2D |
| Octal | 5 | 273 | 337 | 142 | 20 | 0 | 15 | 276 | 140 | 55 |
| Binary | 101 | 10111011 | 11011111 | 1100010 | 10000 | 0 | 1101 | 10111110 | 1100000 | 101101 |
Color Harmonies of #05BBDF
Complementary color
Monochromatic Colors of #05BBDF
Black with #05BBDF
Text Example
Text Example
White with #05BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BBDF; }
p { color: rgb(5,187,223); }
H1.HeaderClassName
{
color: #05BBDF;
}
.AnyTagClassName
{
color: #05BBDF;
}
</style>
background-color css
<style>
a { background-color: #05BBDF; }
a { background-color: rgb(5,187,223); }
div.DivClassName
{
background-color: #05BBDF;
}
.BgClassName
{
background-color: #05BBDF;
}
</style>
border-color css
<style>
span { border-color: #05BBDF; }
span { border-color: rgb(5,187,223); }
td.TdClassName
{
border-color: #05BBDF;
}
.TagClassName
{
border-color: #05BBDF;
}
</style>