Shades of Iris Blue #18BECB
Tints of Iris Blue #18BECB
RGB
CMYK
RGB Variations
Color information
#18BECB (or 0x18BECB) is known color: Iris Blue. HEX triplet: 18, BE and CB. RGB value is (24,190,203). Sum of RGB (Red+Green+Blue) = 24+190+203=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #18BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BECB is #E74134. Grayscale: #8D8D8D. Windows color (decimal): -15155509 or 13352472. OLE color: 13352472.
HSL color Cylindrical-coordinate representation of color #18BECB: hue angle of 184.36º 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 #18BECB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 190 | 203 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.20 |
| HSL | 184.36º | 0.79% | 0.45% | - |
| HSV(B) | 184.36º | 0.88% | 0.8% | - |
| XYZ | 29.57 | 41.33 | 62.92 | - |
| YUV | 141.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 203 | 0.88 | 0.06 | 0 | 0.20 | 184.36 | 0.79 | 0.45 |
| Hex | 18 | BE | CB | 58 | 6 | 0 | 14 | B8 | 4F | 2D |
| Octal | 30 | 276 | 313 | 130 | 6 | 0 | 24 | 270 | 117 | 55 |
| Binary | 11000 | 10111110 | 11001011 | 1011000 | 110 | 0 | 10100 | 10111000 | 1001111 | 101101 |
Color Harmonies of #18BECB
Complementary color
Monochromatic Colors of #18BECB
Black with #18BECB
Text Example
Text Example
White with #18BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BECB; }
p { color: rgb(24,190,203); }
H1.HeaderClassName
{
color: #18BECB;
}
.AnyTagClassName
{
color: #18BECB;
}
</style>
background-color css
<style>
a { background-color: #18BECB; }
a { background-color: rgb(24,190,203); }
div.DivClassName
{
background-color: #18BECB;
}
.BgClassName
{
background-color: #18BECB;
}
</style>
border-color css
<style>
span { border-color: #18BECB; }
span { border-color: rgb(24,190,203); }
td.TdClassName
{
border-color: #18BECB;
}
.TagClassName
{
border-color: #18BECB;
}
</style>