Shades of Iris Blue #05B8C4
Tints of Iris Blue #05B8C4
RGB
CMYK
RGB Variations
Color information
#05B8C4 (or 0x05B8C4) is known color: Iris Blue. HEX triplet: 05, B8 and C4. RGB value is (5,184,196). Sum of RGB (Red+Green+Blue) = 5+184+196=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #05B8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8C4 is #FA473B. Grayscale: #838383. Windows color (decimal): -16402236 or 12892165. OLE color: 12892165.
HSL color Cylindrical-coordinate representation of color #05B8C4: hue angle of 183.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B8C4 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 184 | 196 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.23 |
| HSL | 183.77º | 0.95% | 0.39% | - |
| HSV(B) | 183.77º | 0.97% | 0.77% | - |
| XYZ | 27.17 | 38.3 | 58.19 | - |
| YUV | 131.85 | 164.2 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 196 | 0.97 | 0.06 | 0 | 0.23 | 183.77 | 0.95 | 0.39 |
| Hex | 5 | B8 | C4 | 61 | 6 | 0 | 17 | B8 | 5F | 27 |
| Octal | 5 | 270 | 304 | 141 | 6 | 0 | 27 | 270 | 137 | 47 |
| Binary | 101 | 10111000 | 11000100 | 1100001 | 110 | 0 | 10111 | 10111000 | 1011111 | 100111 |
Color Harmonies of #05B8C4
Complementary color
Monochromatic Colors of #05B8C4
Black with #05B8C4
Text Example
Text Example
White with #05B8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B8C4; }
p { color: rgb(5,184,196); }
H1.HeaderClassName
{
color: #05B8C4;
}
.AnyTagClassName
{
color: #05B8C4;
}
</style>
background-color css
<style>
a { background-color: #05B8C4; }
a { background-color: rgb(5,184,196); }
div.DivClassName
{
background-color: #05B8C4;
}
.BgClassName
{
background-color: #05B8C4;
}
</style>
border-color css
<style>
span { border-color: #05B8C4; }
span { border-color: rgb(5,184,196); }
td.TdClassName
{
border-color: #05B8C4;
}
.TagClassName
{
border-color: #05B8C4;
}
</style>