Shades of Iris Blue #05BDCA
Tints of Iris Blue #05BDCA
RGB
CMYK
RGB Variations
Color information
#05BDCA (or 0x05BDCA) is known color: Iris Blue. HEX triplet: 05, BD and CA. RGB value is (5,189,202). Sum of RGB (Red+Green+Blue) = 5+189+202=396 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #05BDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDCA is #FA4235. Grayscale: #878787. Windows color (decimal): -16400950 or 13286661. OLE color: 13286661.
HSL color Cylindrical-coordinate representation of color #05BDCA: hue angle of 183.96º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BDCA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 189 | 202 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.21 |
| HSL | 183.96º | 0.95% | 0.41% | - |
| HSV(B) | 183.96º | 0.98% | 0.79% | - |
| XYZ | 28.92 | 40.69 | 62.21 | - |
| YUV | 135.47 | 165.54 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 202 | 0.98 | 0.06 | 0 | 0.21 | 183.96 | 0.95 | 0.41 |
| Hex | 5 | BD | CA | 62 | 6 | 0 | 15 | B8 | 5F | 29 |
| Octal | 5 | 275 | 312 | 142 | 6 | 0 | 25 | 270 | 137 | 51 |
| Binary | 101 | 10111101 | 11001010 | 1100010 | 110 | 0 | 10101 | 10111000 | 1011111 | 101001 |
Color Harmonies of #05BDCA
Complementary color
Monochromatic Colors of #05BDCA
Black with #05BDCA
Text Example
Text Example
White with #05BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDCA; }
p { color: rgb(5,189,202); }
H1.HeaderClassName
{
color: #05BDCA;
}
.AnyTagClassName
{
color: #05BDCA;
}
</style>
background-color css
<style>
a { background-color: #05BDCA; }
a { background-color: rgb(5,189,202); }
div.DivClassName
{
background-color: #05BDCA;
}
.BgClassName
{
background-color: #05BDCA;
}
</style>
border-color css
<style>
span { border-color: #05BDCA; }
span { border-color: rgb(5,189,202); }
td.TdClassName
{
border-color: #05BDCA;
}
.TagClassName
{
border-color: #05BDCA;
}
</style>