Shades of Iris Blue #18BDC3
Tints of Iris Blue #18BDC3
RGB
CMYK
RGB Variations
Color information
#18BDC3 (or 0x18BDC3) is known color: Iris Blue. HEX triplet: 18, BD and C3. RGB value is (24,189,195). Sum of RGB (Red+Green+Blue) = 24+189+195=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #18BDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDC3 is #E7423C. Grayscale: #8C8C8C. Windows color (decimal): -15155773 or 12827928. OLE color: 12827928.
HSL color Cylindrical-coordinate representation of color #18BDC3: hue angle of 182.11º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BDC3 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 189 | 195 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.24 |
| HSL | 182.11º | 0.78% | 0.43% | - |
| HSV(B) | 182.11º | 0.88% | 0.76% | - |
| XYZ | 28.42 | 40.53 | 57.95 | - |
| YUV | 140.35 | 158.84 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 195 | 0.88 | 0.03 | 0 | 0.24 | 182.11 | 0.78 | 0.43 |
| Hex | 18 | BD | C3 | 58 | 3 | 0 | 18 | B6 | 4E | 2B |
| Octal | 30 | 275 | 303 | 130 | 3 | 0 | 30 | 266 | 116 | 53 |
| Binary | 11000 | 10111101 | 11000011 | 1011000 | 11 | 0 | 11000 | 10110110 | 1001110 | 101011 |
Color Harmonies of #18BDC3
Complementary color
Monochromatic Colors of #18BDC3
Black with #18BDC3
Text Example
Text Example
White with #18BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDC3; }
p { color: rgb(24,189,195); }
H1.HeaderClassName
{
color: #18BDC3;
}
.AnyTagClassName
{
color: #18BDC3;
}
</style>
background-color css
<style>
a { background-color: #18BDC3; }
a { background-color: rgb(24,189,195); }
div.DivClassName
{
background-color: #18BDC3;
}
.BgClassName
{
background-color: #18BDC3;
}
</style>
border-color css
<style>
span { border-color: #18BDC3; }
span { border-color: rgb(24,189,195); }
td.TdClassName
{
border-color: #18BDC3;
}
.TagClassName
{
border-color: #18BDC3;
}
</style>