Shades of Iris Blue #18BECC
Tints of Iris Blue #18BECC
RGB
CMYK
RGB Variations
Color information
#18BECC (or 0x18BECC) is known color: Iris Blue. HEX triplet: 18, BE and CC. RGB value is (24,190,204). Sum of RGB (Red+Green+Blue) = 24+190+204=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #18BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BECC is #E74133. Grayscale: #8D8D8D. Windows color (decimal): -15155508 or 13418008. OLE color: 13418008.
HSL color Cylindrical-coordinate representation of color #18BECC: hue angle of 184.67º 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 #18BECC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 190 | 204 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.2 |
| HSL | 184.67º | 0.79% | 0.45% | - |
| HSV(B) | 184.67º | 0.88% | 0.8% | - |
| XYZ | 29.69 | 41.38 | 63.55 | - |
| YUV | 141.96 | 163 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 204 | 0.88 | 0.07 | 0 | 0.2 | 184.67 | 0.79 | 0.45 |
| Hex | 18 | BE | CC | 58 | 7 | 0 | 14 | B9 | 4F | 2D |
| Octal | 30 | 276 | 314 | 130 | 7 | 0 | 24 | 271 | 117 | 55 |
| Binary | 11000 | 10111110 | 11001100 | 1011000 | 111 | 0 | 10100 | 10111001 | 1001111 | 101101 |
Color Harmonies of #18BECC
Complementary color
Monochromatic Colors of #18BECC
Black with #18BECC
Text Example
Text Example
White with #18BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BECC; }
p { color: rgb(24,190,204); }
H1.HeaderClassName
{
color: #18BECC;
}
.AnyTagClassName
{
color: #18BECC;
}
</style>
background-color css
<style>
a { background-color: #18BECC; }
a { background-color: rgb(24,190,204); }
div.DivClassName
{
background-color: #18BECC;
}
.BgClassName
{
background-color: #18BECC;
}
</style>
border-color css
<style>
span { border-color: #18BECC; }
span { border-color: rgb(24,190,204); }
td.TdClassName
{
border-color: #18BECC;
}
.TagClassName
{
border-color: #18BECC;
}
</style>