Shades of Deep Sky Blue #12BFF3
Tints of Deep Sky Blue #12BFF3
RGB
CMYK
RGB Variations
Color information
#12BFF3 (or 0x12BFF3) is known color: Deep Sky Blue. HEX triplet: 12, BF and F3. RGB value is (18,191,243). Sum of RGB (Red+Green+Blue) = 18+191+243=452 (59% of max value = 765). Red value is 18 (7.42% from 255 or 3.98% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #12BFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BFF3 is #ED400C. Grayscale: #909090. Windows color (decimal): -15548429 or 15974162. OLE color: 15974162.
HSL color Cylindrical-coordinate representation of color #12BFF3: hue angle of 193.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BFF3 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 191 | 243 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.05 |
| HSL | 193.87º | 0.9% | 0.51% | - |
| HSV(B) | 193.87º | 0.93% | 0.95% | - |
| XYZ | 35.06 | 43.86 | 91.41 | - |
| YUV | 145.2 | 183.19 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 243 | 0.93 | 0.21 | 0 | 0.05 | 193.87 | 0.9 | 0.51 |
| Hex | 12 | BF | F3 | 5D | 15 | 0 | 5 | C2 | 5A | 33 |
| Octal | 22 | 277 | 363 | 135 | 25 | 0 | 5 | 302 | 132 | 63 |
| Binary | 10010 | 10111111 | 11110011 | 1011101 | 10101 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #12BFF3
Complementary color
Monochromatic Colors of #12BFF3
Black with #12BFF3
Text Example
Text Example
White with #12BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFF3; }
p { color: rgb(18,191,243); }
H1.HeaderClassName
{
color: #12BFF3;
}
.AnyTagClassName
{
color: #12BFF3;
}
</style>
background-color css
<style>
a { background-color: #12BFF3; }
a { background-color: rgb(18,191,243); }
div.DivClassName
{
background-color: #12BFF3;
}
.BgClassName
{
background-color: #12BFF3;
}
</style>
border-color css
<style>
span { border-color: #12BFF3; }
span { border-color: rgb(18,191,243); }
td.TdClassName
{
border-color: #12BFF3;
}
.TagClassName
{
border-color: #12BFF3;
}
</style>