Shades of Iris Blue #12B8DD
Tints of Iris Blue #12B8DD
RGB
CMYK
RGB Variations
Color information
#12B8DD (or 0x12B8DD) is known color: Iris Blue. HEX triplet: 12, B8 and DD. RGB value is (18,184,221). Sum of RGB (Red+Green+Blue) = 18+184+221=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #12B8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8DD is #ED4722. Grayscale: #8A8A8A. Windows color (decimal): -15550243 or 14530578. OLE color: 14530578.
HSL color Cylindrical-coordinate representation of color #12B8DD: hue angle of 190.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B8DD is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 184 | 221 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.13 |
| HSL | 190.94º | 0.85% | 0.47% | - |
| HSV(B) | 190.94º | 0.92% | 0.87% | - |
| XYZ | 30.44 | 39.63 | 74.45 | - |
| YUV | 138.58 | 174.5 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 221 | 0.92 | 0.17 | 0 | 0.13 | 190.94 | 0.85 | 0.47 |
| Hex | 12 | B8 | DD | 5C | 11 | 0 | D | BF | 55 | 2F |
| Octal | 22 | 270 | 335 | 134 | 21 | 0 | 15 | 277 | 125 | 57 |
| Binary | 10010 | 10111000 | 11011101 | 1011100 | 10001 | 0 | 1101 | 10111111 | 1010101 | 101111 |
Color Harmonies of #12B8DD
Complementary color
Monochromatic Colors of #12B8DD
Black with #12B8DD
Text Example
Text Example
White with #12B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B8DD; }
p { color: rgb(18,184,221); }
H1.HeaderClassName
{
color: #12B8DD;
}
.AnyTagClassName
{
color: #12B8DD;
}
</style>
background-color css
<style>
a { background-color: #12B8DD; }
a { background-color: rgb(18,184,221); }
div.DivClassName
{
background-color: #12B8DD;
}
.BgClassName
{
background-color: #12B8DD;
}
</style>
border-color css
<style>
span { border-color: #12B8DD; }
span { border-color: rgb(18,184,221); }
td.TdClassName
{
border-color: #12B8DD;
}
.TagClassName
{
border-color: #12B8DD;
}
</style>