Shades of Deep Sky Blue #12BBFF
Tints of Deep Sky Blue #12BBFF
RGB
CMYK
RGB Variations
Color information
#12BBFF (or 0x12BBFF) is known color: Deep Sky Blue. HEX triplet: 12, BB and FF. RGB value is (18,187,255). Sum of RGB (Red+Green+Blue) = 18+187+255=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #12BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BBFF is #ED4400. Grayscale: #8F8F8F. Windows color (decimal): -15549441 or 16759570. OLE color: 16759570.
HSL color Cylindrical-coordinate representation of color #12BBFF: hue angle of 197.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BBFF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 187 | 255 | - |
| CMYK | 0.93 | 0.27 | 0 | 0 |
| HSL | 197.22º | 1% | 0.54% | - |
| HSV(B) | 197.22º | 0.93% | 1% | - |
| XYZ | 36.07 | 42.89 | 100.99 | - |
| YUV | 144.22 | 190.51 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 255 | 0.93 | 0.27 | 0 | 0 | 197.22 | 1 | 0.54 |
| Hex | 12 | BB | FF | 5D | 1B | 0 | 0 | C5 | 64 | 36 |
| Octal | 22 | 273 | 377 | 135 | 33 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10010 | 10111011 | 11111111 | 1011101 | 11011 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #12BBFF
Complementary color
Monochromatic Colors of #12BBFF
Black with #12BBFF
Text Example
Text Example
White with #12BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BBFF; }
p { color: rgb(18,187,255); }
H1.HeaderClassName
{
color: #12BBFF;
}
.AnyTagClassName
{
color: #12BBFF;
}
</style>
background-color css
<style>
a { background-color: #12BBFF; }
a { background-color: rgb(18,187,255); }
div.DivClassName
{
background-color: #12BBFF;
}
.BgClassName
{
background-color: #12BBFF;
}
</style>
border-color css
<style>
span { border-color: #12BBFF; }
span { border-color: rgb(18,187,255); }
td.TdClassName
{
border-color: #12BBFF;
}
.TagClassName
{
border-color: #12BBFF;
}
</style>