Shades of Iris Blue #15BBD2
Tints of Iris Blue #15BBD2
RGB
CMYK
RGB Variations
Color information
#15BBD2 (or 0x15BBD2) is known color: Iris Blue. HEX triplet: 15, BB and D2. RGB value is (21,187,210). Sum of RGB (Red+Green+Blue) = 21+187+210=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #15BBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBD2 is #EA442D. Grayscale: #8B8B8B. Windows color (decimal): -15352878 or 13810453. OLE color: 13810453.
HSL color Cylindrical-coordinate representation of color #15BBD2: hue angle of 187.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BBD2 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 187 | 210 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.18 |
| HSL | 187.3º | 0.82% | 0.45% | - |
| HSV(B) | 187.3º | 0.9% | 0.82% | - |
| XYZ | 29.71 | 40.35 | 67.2 | - |
| YUV | 139.99 | 167.5 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 210 | 0.90 | 0.11 | 0 | 0.18 | 187.3 | 0.82 | 0.45 |
| Hex | 15 | BB | D2 | 5A | B | 0 | 12 | BB | 52 | 2D |
| Octal | 25 | 273 | 322 | 132 | 13 | 0 | 22 | 273 | 122 | 55 |
| Binary | 10101 | 10111011 | 11010010 | 1011010 | 1011 | 0 | 10010 | 10111011 | 1010010 | 101101 |
Color Harmonies of #15BBD2
Complementary color
Monochromatic Colors of #15BBD2
Black with #15BBD2
Text Example
Text Example
White with #15BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBD2; }
p { color: rgb(21,187,210); }
H1.HeaderClassName
{
color: #15BBD2;
}
.AnyTagClassName
{
color: #15BBD2;
}
</style>
background-color css
<style>
a { background-color: #15BBD2; }
a { background-color: rgb(21,187,210); }
div.DivClassName
{
background-color: #15BBD2;
}
.BgClassName
{
background-color: #15BBD2;
}
</style>
border-color css
<style>
span { border-color: #15BBD2; }
span { border-color: rgb(21,187,210); }
td.TdClassName
{
border-color: #15BBD2;
}
.TagClassName
{
border-color: #15BBD2;
}
</style>