Shades of Iris Blue #18ABCB
Tints of Iris Blue #18ABCB
RGB
CMYK
RGB Variations
Color information
#18ABCB (or 0x18ABCB) is known color: Iris Blue. HEX triplet: 18, AB and CB. RGB value is (24,171,203). Sum of RGB (Red+Green+Blue) = 24+171+203=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #18ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABCB is #E75434. Grayscale: #828282. Windows color (decimal): -15160373 or 13347608. OLE color: 13347608.
HSL color Cylindrical-coordinate representation of color #18ABCB: hue angle of 190.73º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ABCB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 171 | 203 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.20 |
| HSL | 190.73º | 0.79% | 0.45% | - |
| HSV(B) | 190.73º | 0.88% | 0.8% | - |
| XYZ | 25.72 | 33.63 | 61.64 | - |
| YUV | 130.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 171 | 203 | 0.88 | 0.16 | 0 | 0.20 | 190.73 | 0.79 | 0.45 |
| Hex | 18 | AB | CB | 58 | 10 | 0 | 14 | BF | 4F | 2D |
| Octal | 30 | 253 | 313 | 130 | 20 | 0 | 24 | 277 | 117 | 55 |
| Binary | 11000 | 10101011 | 11001011 | 1011000 | 10000 | 0 | 10100 | 10111111 | 1001111 | 101101 |
Color Harmonies of #18ABCB
Complementary color
Monochromatic Colors of #18ABCB
Black with #18ABCB
Text Example
Text Example
White with #18ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ABCB; }
p { color: rgb(24,171,203); }
H1.HeaderClassName
{
color: #18ABCB;
}
.AnyTagClassName
{
color: #18ABCB;
}
</style>
background-color css
<style>
a { background-color: #18ABCB; }
a { background-color: rgb(24,171,203); }
div.DivClassName
{
background-color: #18ABCB;
}
.BgClassName
{
background-color: #18ABCB;
}
</style>
border-color css
<style>
span { border-color: #18ABCB; }
span { border-color: rgb(24,171,203); }
td.TdClassName
{
border-color: #18ABCB;
}
.TagClassName
{
border-color: #18ABCB;
}
</style>