Shades of Iris Blue #15B5CC
Tints of Iris Blue #15B5CC
RGB
CMYK
RGB Variations
Color information
#15B5CC (or 0x15B5CC) is known color: Iris Blue. HEX triplet: 15, B5 and CC. RGB value is (21,181,204). Sum of RGB (Red+Green+Blue) = 21+181+204=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #15B5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B5CC is #EA4A33. Grayscale: #878787. Windows color (decimal): -15354420 or 13415701. OLE color: 13415701.
HSL color Cylindrical-coordinate representation of color #15B5CC: hue angle of 187.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B5CC is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 181 | 204 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.2 |
| HSL | 187.54º | 0.81% | 0.44% | - |
| HSV(B) | 187.54º | 0.9% | 0.8% | - |
| XYZ | 27.73 | 37.57 | 62.92 | - |
| YUV | 135.78 | 166.49 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 204 | 0.90 | 0.11 | 0 | 0.2 | 187.54 | 0.81 | 0.44 |
| Hex | 15 | B5 | CC | 5A | B | 0 | 14 | BC | 51 | 2C |
| Octal | 25 | 265 | 314 | 132 | 13 | 0 | 24 | 274 | 121 | 54 |
| Binary | 10101 | 10110101 | 11001100 | 1011010 | 1011 | 0 | 10100 | 10111100 | 1010001 | 101100 |
Color Harmonies of #15B5CC
Complementary color
Monochromatic Colors of #15B5CC
Black with #15B5CC
Text Example
Text Example
White with #15B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B5CC; }
p { color: rgb(21,181,204); }
H1.HeaderClassName
{
color: #15B5CC;
}
.AnyTagClassName
{
color: #15B5CC;
}
</style>
background-color css
<style>
a { background-color: #15B5CC; }
a { background-color: rgb(21,181,204); }
div.DivClassName
{
background-color: #15B5CC;
}
.BgClassName
{
background-color: #15B5CC;
}
</style>
border-color css
<style>
span { border-color: #15B5CC; }
span { border-color: rgb(21,181,204); }
td.TdClassName
{
border-color: #15B5CC;
}
.TagClassName
{
border-color: #15B5CC;
}
</style>