Shades of Iris Blue #15ADCB
Tints of Iris Blue #15ADCB
RGB
CMYK
RGB Variations
Color information
#15ADCB (or 0x15ADCB) is known color: Iris Blue. HEX triplet: 15, AD and CB. RGB value is (21,173,203). Sum of RGB (Red+Green+Blue) = 21+173+203=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #15ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADCB is #EA5234. Grayscale: #828282. Windows color (decimal): -15356469 or 13348117. OLE color: 13348117.
HSL color Cylindrical-coordinate representation of color #15ADCB: hue angle of 189.89º 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 #15ADCB is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 173 | 203 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.20 |
| HSL | 189.89º | 0.81% | 0.44% | - |
| HSV(B) | 189.89º | 0.9% | 0.8% | - |
| XYZ | 26.03 | 34.36 | 61.76 | - |
| YUV | 130.97 | 168.64 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 203 | 0.90 | 0.15 | 0 | 0.20 | 189.89 | 0.81 | 0.44 |
| Hex | 15 | AD | CB | 5A | F | 0 | 14 | BE | 51 | 2C |
| Octal | 25 | 255 | 313 | 132 | 17 | 0 | 24 | 276 | 121 | 54 |
| Binary | 10101 | 10101101 | 11001011 | 1011010 | 1111 | 0 | 10100 | 10111110 | 1010001 | 101100 |
Color Harmonies of #15ADCB
Complementary color
Monochromatic Colors of #15ADCB
Black with #15ADCB
Text Example
Text Example
White with #15ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADCB; }
p { color: rgb(21,173,203); }
H1.HeaderClassName
{
color: #15ADCB;
}
.AnyTagClassName
{
color: #15ADCB;
}
</style>
background-color css
<style>
a { background-color: #15ADCB; }
a { background-color: rgb(21,173,203); }
div.DivClassName
{
background-color: #15ADCB;
}
.BgClassName
{
background-color: #15ADCB;
}
</style>
border-color css
<style>
span { border-color: #15ADCB; }
span { border-color: rgb(21,173,203); }
td.TdClassName
{
border-color: #15ADCB;
}
.TagClassName
{
border-color: #15ADCB;
}
</style>