Shades of Deep Sky Blue #12BDF8
Tints of Deep Sky Blue #12BDF8
RGB
CMYK
RGB Variations
Color information
#12BDF8 (or 0x12BDF8) is known color: Deep Sky Blue. HEX triplet: 12, BD and F8. RGB value is (18,189,248). Sum of RGB (Red+Green+Blue) = 18+189+248=455 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.96% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #12BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDF8 is #ED4207. Grayscale: #909090. Windows color (decimal): -15548936 or 16301330. OLE color: 16301330.
HSL color Cylindrical-coordinate representation of color #12BDF8: hue angle of 195.39º 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 #12BDF8 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 189 | 248 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.03 |
| HSL | 195.39º | 0.94% | 0.52% | - |
| HSV(B) | 195.39º | 0.93% | 0.97% | - |
| XYZ | 35.39 | 43.3 | 95.3 | - |
| YUV | 144.6 | 186.35 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 248 | 0.93 | 0.24 | 0 | 0.03 | 195.39 | 0.94 | 0.52 |
| Hex | 12 | BD | F8 | 5D | 18 | 0 | 3 | C3 | 5E | 34 |
| Octal | 22 | 275 | 370 | 135 | 30 | 0 | 3 | 303 | 136 | 64 |
| Binary | 10010 | 10111101 | 11111000 | 1011101 | 11000 | 0 | 11 | 11000011 | 1011110 | 110100 |
Color Harmonies of #12BDF8
Complementary color
Monochromatic Colors of #12BDF8
Black with #12BDF8
Text Example
Text Example
White with #12BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDF8; }
p { color: rgb(18,189,248); }
H1.HeaderClassName
{
color: #12BDF8;
}
.AnyTagClassName
{
color: #12BDF8;
}
</style>
background-color css
<style>
a { background-color: #12BDF8; }
a { background-color: rgb(18,189,248); }
div.DivClassName
{
background-color: #12BDF8;
}
.BgClassName
{
background-color: #12BDF8;
}
</style>
border-color css
<style>
span { border-color: #12BDF8; }
span { border-color: rgb(18,189,248); }
td.TdClassName
{
border-color: #12BDF8;
}
.TagClassName
{
border-color: #12BDF8;
}
</style>