Shades of Robin's Egg Blue #12C7CC
Tints of Robin's Egg Blue #12C7CC
RGB
CMYK
RGB Variations
Color information
#12C7CC (or 0x12C7CC) is known color: Robin's Egg Blue. HEX triplet: 12, C7 and CC. RGB value is (18,199,204). Sum of RGB (Red+Green+Blue) = 18+199+204=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #12C7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C7CC is #ED3833. Grayscale: #919191. Windows color (decimal): -15546420 or 13420306. OLE color: 13420306.
HSL color Cylindrical-coordinate representation of color #12C7CC: hue angle of 181.61º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C7CC is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 199 | 204 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.2 |
| HSL | 181.61º | 0.84% | 0.44% | - |
| HSV(B) | 181.61º | 0.91% | 0.8% | - |
| XYZ | 31.57 | 45.34 | 64.21 | - |
| YUV | 145.45 | 161.03 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 199 | 204 | 0.91 | 0.02 | 0 | 0.2 | 181.61 | 0.84 | 0.44 |
| Hex | 12 | C7 | CC | 5B | 2 | 0 | 14 | B6 | 54 | 2C |
| Octal | 22 | 307 | 314 | 133 | 2 | 0 | 24 | 266 | 124 | 54 |
| Binary | 10010 | 11000111 | 11001100 | 1011011 | 10 | 0 | 10100 | 10110110 | 1010100 | 101100 |
Color Harmonies of #12C7CC
Complementary color
Monochromatic Colors of #12C7CC
Black with #12C7CC
Text Example
Text Example
White with #12C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C7CC; }
p { color: rgb(18,199,204); }
H1.HeaderClassName
{
color: #12C7CC;
}
.AnyTagClassName
{
color: #12C7CC;
}
</style>
background-color css
<style>
a { background-color: #12C7CC; }
a { background-color: rgb(18,199,204); }
div.DivClassName
{
background-color: #12C7CC;
}
.BgClassName
{
background-color: #12C7CC;
}
</style>
border-color css
<style>
span { border-color: #12C7CC; }
span { border-color: rgb(18,199,204); }
td.TdClassName
{
border-color: #12C7CC;
}
.TagClassName
{
border-color: #12C7CC;
}
</style>