Shades of Iris Blue #24BCCA
Tints of Iris Blue #24BCCA
RGB
CMYK
RGB Variations
Color information
#24BCCA (or 0x24BCCA) is known color: Iris Blue. HEX triplet: 24, BC and CA. RGB value is (36,188,202). Sum of RGB (Red+Green+Blue) = 36+188+202=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #24BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCCA is #DB4335. Grayscale: #8F8F8F. Windows color (decimal): -14369590 or 13286436. OLE color: 13286436.
HSL color Cylindrical-coordinate representation of color #24BCCA: hue angle of 185.06º 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 #24BCCA is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 188 | 202 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.21 |
| HSL | 185.06º | 0.7% | 0.47% | - |
| HSV(B) | 185.06º | 0.82% | 0.79% | - |
| XYZ | 29.37 | 40.61 | 62.17 | - |
| YUV | 144.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 188 | 202 | 0.82 | 0.07 | 0 | 0.21 | 185.06 | 0.7 | 0.47 |
| Hex | 24 | BC | CA | 52 | 7 | 0 | 15 | B9 | 46 | 2F |
| Octal | 44 | 274 | 312 | 122 | 7 | 0 | 25 | 271 | 106 | 57 |
| Binary | 100100 | 10111100 | 11001010 | 1010010 | 111 | 0 | 10101 | 10111001 | 1000110 | 101111 |
Color Harmonies of #24BCCA
Complementary color
Monochromatic Colors of #24BCCA
Black with #24BCCA
Text Example
Text Example
White with #24BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BCCA; }
p { color: rgb(36,188,202); }
H1.HeaderClassName
{
color: #24BCCA;
}
.AnyTagClassName
{
color: #24BCCA;
}
</style>
background-color css
<style>
a { background-color: #24BCCA; }
a { background-color: rgb(36,188,202); }
div.DivClassName
{
background-color: #24BCCA;
}
.BgClassName
{
background-color: #24BCCA;
}
</style>
border-color css
<style>
span { border-color: #24BCCA; }
span { border-color: rgb(36,188,202); }
td.TdClassName
{
border-color: #24BCCA;
}
.TagClassName
{
border-color: #24BCCA;
}
</style>