Shades of Deep Sky Blue #12CFF8
Tints of Deep Sky Blue #12CFF8
RGB
CMYK
RGB Variations
Color information
#12CFF8 (or 0x12CFF8) is known color: Deep Sky Blue. HEX triplet: 12, CF and F8. RGB value is (18,207,248). Sum of RGB (Red+Green+Blue) = 18+207+248=473 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.81% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #12CFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFF8 is #ED3007. Grayscale: #9A9A9A. Windows color (decimal): -15544328 or 16305938. OLE color: 16305938.
HSL color Cylindrical-coordinate representation of color #12CFF8: hue angle of 190.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12CFF8 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 207 | 248 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.03 |
| HSL | 190.7º | 0.94% | 0.52% | - |
| HSV(B) | 190.7º | 0.93% | 0.97% | - |
| XYZ | 39.51 | 51.53 | 96.67 | - |
| YUV | 155.16 | 180.38 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 248 | 0.93 | 0.17 | 0 | 0.03 | 190.7 | 0.94 | 0.52 |
| Hex | 12 | CF | F8 | 5D | 11 | 0 | 3 | BF | 5E | 34 |
| Octal | 22 | 317 | 370 | 135 | 21 | 0 | 3 | 277 | 136 | 64 |
| Binary | 10010 | 11001111 | 11111000 | 1011101 | 10001 | 0 | 11 | 10111111 | 1011110 | 110100 |
Color Harmonies of #12CFF8
Complementary color
Monochromatic Colors of #12CFF8
Black with #12CFF8
Text Example
Text Example
White with #12CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFF8; }
p { color: rgb(18,207,248); }
H1.HeaderClassName
{
color: #12CFF8;
}
.AnyTagClassName
{
color: #12CFF8;
}
</style>
background-color css
<style>
a { background-color: #12CFF8; }
a { background-color: rgb(18,207,248); }
div.DivClassName
{
background-color: #12CFF8;
}
.BgClassName
{
background-color: #12CFF8;
}
</style>
border-color css
<style>
span { border-color: #12CFF8; }
span { border-color: rgb(18,207,248); }
td.TdClassName
{
border-color: #12CFF8;
}
.TagClassName
{
border-color: #12CFF8;
}
</style>