Shades of Deep Sky Blue #19BBF3
Tints of Deep Sky Blue #19BBF3
RGB
CMYK
RGB Variations
Color information
#19BBF3 (or 0x19BBF3) is known color: Deep Sky Blue. HEX triplet: 19, BB and F3. RGB value is (25,187,243). Sum of RGB (Red+Green+Blue) = 25+187+243=455 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.49% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #19BBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19BBF3 is #E6440C. Grayscale: #909090. Windows color (decimal): -15090701 or 15973145. OLE color: 15973145.
HSL color Cylindrical-coordinate representation of color #19BBF3: hue angle of 195.41º 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 #19BBF3 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 187 | 243 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.05 |
| HSL | 195.41º | 0.9% | 0.53% | - |
| HSV(B) | 195.41º | 0.9% | 0.95% | - |
| XYZ | 34.35 | 42.22 | 91.13 | - |
| YUV | 144.95 | 183.33 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 243 | 0.90 | 0.23 | 0 | 0.05 | 195.41 | 0.9 | 0.53 |
| Hex | 19 | BB | F3 | 5A | 17 | 0 | 5 | C3 | 5A | 35 |
| Octal | 31 | 273 | 363 | 132 | 27 | 0 | 5 | 303 | 132 | 65 |
| Binary | 11001 | 10111011 | 11110011 | 1011010 | 10111 | 0 | 101 | 11000011 | 1011010 | 110101 |
Color Harmonies of #19BBF3
Complementary color
Monochromatic Colors of #19BBF3
Black with #19BBF3
Text Example
Text Example
White with #19BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBF3; }
p { color: rgb(25,187,243); }
H1.HeaderClassName
{
color: #19BBF3;
}
.AnyTagClassName
{
color: #19BBF3;
}
</style>
background-color css
<style>
a { background-color: #19BBF3; }
a { background-color: rgb(25,187,243); }
div.DivClassName
{
background-color: #19BBF3;
}
.BgClassName
{
background-color: #19BBF3;
}
</style>
border-color css
<style>
span { border-color: #19BBF3; }
span { border-color: rgb(25,187,243); }
td.TdClassName
{
border-color: #19BBF3;
}
.TagClassName
{
border-color: #19BBF3;
}
</style>