Shades of Deep Sky Blue #19BCF3
Tints of Deep Sky Blue #19BCF3
RGB
CMYK
RGB Variations
Color information
#19BCF3 (or 0x19BCF3) is known color: Deep Sky Blue. HEX triplet: 19, BC and F3. RGB value is (25,188,243). Sum of RGB (Red+Green+Blue) = 25+188+243=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #19BCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BCF3 is #E6430C. Grayscale: #919191. Windows color (decimal): -15090445 or 15973401. OLE color: 15973401.
HSL color Cylindrical-coordinate representation of color #19BCF3: hue angle of 195.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BCF3 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 188 | 243 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.05 |
| HSL | 195.14º | 0.9% | 0.53% | - |
| HSV(B) | 195.14º | 0.9% | 0.95% | - |
| XYZ | 34.56 | 42.64 | 91.2 | - |
| YUV | 145.53 | 183 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 243 | 0.90 | 0.23 | 0 | 0.05 | 195.14 | 0.9 | 0.53 |
| Hex | 19 | BC | F3 | 5A | 17 | 0 | 5 | C3 | 5A | 35 |
| Octal | 31 | 274 | 363 | 132 | 27 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11001 | 10111100 | 11110011 | 1011010 | 10111 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #19BCF3
Complementary color
Monochromatic Colors of #19BCF3
Black with #19BCF3
Text Example
Text Example
White with #19BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCF3; }
p { color: rgb(25,188,243); }
H1.HeaderClassName
{
color: #19BCF3;
}
.AnyTagClassName
{
color: #19BCF3;
}
</style>
background-color css
<style>
a { background-color: #19BCF3; }
a { background-color: rgb(25,188,243); }
div.DivClassName
{
background-color: #19BCF3;
}
.BgClassName
{
background-color: #19BCF3;
}
</style>
border-color css
<style>
span { border-color: #19BCF3; }
span { border-color: rgb(25,188,243); }
td.TdClassName
{
border-color: #19BCF3;
}
.TagClassName
{
border-color: #19BCF3;
}
</style>