Shades of Iris Blue #05B2CA
Tints of Iris Blue #05B2CA
RGB
CMYK
RGB Variations
Color information
#05B2CA (or 0x05B2CA) is known color: Iris Blue. HEX triplet: 05, B2 and CA. RGB value is (5,178,202). Sum of RGB (Red+Green+Blue) = 5+178+202=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #05B2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B2CA is #FA4D35. Grayscale: #808080. Windows color (decimal): -16403766 or 13283845. OLE color: 13283845.
HSL color Cylindrical-coordinate representation of color #05B2CA: hue angle of 187.31º 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 #05B2CA is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 178 | 202 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.21 |
| HSL | 187.31º | 0.95% | 0.41% | - |
| HSV(B) | 187.31º | 0.98% | 0.79% | - |
| XYZ | 26.64 | 36.14 | 61.45 | - |
| YUV | 129.01 | 169.19 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 202 | 0.98 | 0.12 | 0 | 0.21 | 187.31 | 0.95 | 0.41 |
| Hex | 5 | B2 | CA | 62 | C | 0 | 15 | BB | 5F | 29 |
| Octal | 5 | 262 | 312 | 142 | 14 | 0 | 25 | 273 | 137 | 51 |
| Binary | 101 | 10110010 | 11001010 | 1100010 | 1100 | 0 | 10101 | 10111011 | 1011111 | 101001 |
Color Harmonies of #05B2CA
Complementary color
Monochromatic Colors of #05B2CA
Black with #05B2CA
Text Example
Text Example
White with #05B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B2CA; }
p { color: rgb(5,178,202); }
H1.HeaderClassName
{
color: #05B2CA;
}
.AnyTagClassName
{
color: #05B2CA;
}
</style>
background-color css
<style>
a { background-color: #05B2CA; }
a { background-color: rgb(5,178,202); }
div.DivClassName
{
background-color: #05B2CA;
}
.BgClassName
{
background-color: #05B2CA;
}
</style>
border-color css
<style>
span { border-color: #05B2CA; }
span { border-color: rgb(5,178,202); }
td.TdClassName
{
border-color: #05B2CA;
}
.TagClassName
{
border-color: #05B2CA;
}
</style>