Shades of Iris Blue #24BDCA
Tints of Iris Blue #24BDCA
RGB
CMYK
RGB Variations
Color information
#24BDCA (or 0x24BDCA) is known color: Iris Blue. HEX triplet: 24, BD and CA. RGB value is (36,189,202). Sum of RGB (Red+Green+Blue) = 36+189+202=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #24BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDCA is #DB4235. Grayscale: #909090. Windows color (decimal): -14369334 or 13286692. OLE color: 13286692.
HSL color Cylindrical-coordinate representation of color #24BDCA: hue angle of 184.7º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BDCA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 189 | 202 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.21 |
| HSL | 184.7º | 0.7% | 0.47% | - |
| HSV(B) | 184.7º | 0.82% | 0.79% | - |
| XYZ | 29.59 | 41.03 | 62.24 | - |
| YUV | 144.74 | 160.31 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 189 | 202 | 0.82 | 0.06 | 0 | 0.21 | 184.7 | 0.7 | 0.47 |
| Hex | 24 | BD | CA | 52 | 6 | 0 | 15 | B9 | 46 | 2F |
| Octal | 44 | 275 | 312 | 122 | 6 | 0 | 25 | 271 | 106 | 57 |
| Binary | 100100 | 10111101 | 11001010 | 1010010 | 110 | 0 | 10101 | 10111001 | 1000110 | 101111 |
Color Harmonies of #24BDCA
Complementary color
Monochromatic Colors of #24BDCA
Black with #24BDCA
Text Example
Text Example
White with #24BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BDCA; }
p { color: rgb(36,189,202); }
H1.HeaderClassName
{
color: #24BDCA;
}
.AnyTagClassName
{
color: #24BDCA;
}
</style>
background-color css
<style>
a { background-color: #24BDCA; }
a { background-color: rgb(36,189,202); }
div.DivClassName
{
background-color: #24BDCA;
}
.BgClassName
{
background-color: #24BDCA;
}
</style>
border-color css
<style>
span { border-color: #24BDCA; }
span { border-color: rgb(36,189,202); }
td.TdClassName
{
border-color: #24BDCA;
}
.TagClassName
{
border-color: #24BDCA;
}
</style>