Shades of Iris Blue #05BCC5
Tints of Iris Blue #05BCC5
RGB
CMYK
RGB Variations
Color information
#05BCC5 (or 0x05BCC5) is known color: Iris Blue. HEX triplet: 05, BC and C5. RGB value is (5,188,197). Sum of RGB (Red+Green+Blue) = 5+188+197=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #05BCC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCC5 is #FA433A. Grayscale: #868686. Windows color (decimal): -16401211 or 12958725. OLE color: 12958725.
HSL color Cylindrical-coordinate representation of color #05BCC5: hue angle of 182.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BCC5 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 188 | 197 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.23 |
| HSL | 182.81º | 0.95% | 0.4% | - |
| HSV(B) | 182.81º | 0.97% | 0.77% | - |
| XYZ | 28.12 | 40.03 | 59.07 | - |
| YUV | 134.31 | 163.37 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 197 | 0.97 | 0.05 | 0 | 0.23 | 182.81 | 0.95 | 0.4 |
| Hex | 5 | BC | C5 | 61 | 5 | 0 | 17 | B7 | 5F | 28 |
| Octal | 5 | 274 | 305 | 141 | 5 | 0 | 27 | 267 | 137 | 50 |
| Binary | 101 | 10111100 | 11000101 | 1100001 | 101 | 0 | 10111 | 10110111 | 1011111 | 101000 |
Color Harmonies of #05BCC5
Complementary color
Monochromatic Colors of #05BCC5
Black with #05BCC5
Text Example
Text Example
White with #05BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCC5; }
p { color: rgb(5,188,197); }
H1.HeaderClassName
{
color: #05BCC5;
}
.AnyTagClassName
{
color: #05BCC5;
}
</style>
background-color css
<style>
a { background-color: #05BCC5; }
a { background-color: rgb(5,188,197); }
div.DivClassName
{
background-color: #05BCC5;
}
.BgClassName
{
background-color: #05BCC5;
}
</style>
border-color css
<style>
span { border-color: #05BCC5; }
span { border-color: rgb(5,188,197); }
td.TdClassName
{
border-color: #05BCC5;
}
.TagClassName
{
border-color: #05BCC5;
}
</style>