Shades of Deep Sky Blue #19CFF3
Tints of Deep Sky Blue #19CFF3
RGB
CMYK
RGB Variations
Color information
#19CFF3 (or 0x19CFF3) is known color: Deep Sky Blue. HEX triplet: 19, CF and F3. RGB value is (25,207,243). Sum of RGB (Red+Green+Blue) = 25+207+243=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #19CFF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFF3 is #E6300C. Grayscale: #9C9C9C. Windows color (decimal): -15085581 or 15978265. OLE color: 15978265.
HSL color Cylindrical-coordinate representation of color #19CFF3: hue angle of 189.91º 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 #19CFF3 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 207 | 243 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.05 |
| HSL | 189.91º | 0.9% | 0.53% | - |
| HSV(B) | 189.91º | 0.9% | 0.95% | - |
| XYZ | 38.89 | 51.3 | 92.65 | - |
| YUV | 156.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 243 | 0.90 | 0.15 | 0 | 0.05 | 189.91 | 0.9 | 0.53 |
| Hex | 19 | CF | F3 | 5A | F | 0 | 5 | BE | 5A | 35 |
| Octal | 31 | 317 | 363 | 132 | 17 | 0 | 5 | 276 | 132 | 65 |
| Binary | 11001 | 11001111 | 11110011 | 1011010 | 1111 | 0 | 101 | 10111110 | 1011010 | 110101 |
Color Harmonies of #19CFF3
Complementary color
Monochromatic Colors of #19CFF3
Black with #19CFF3
Text Example
Text Example
White with #19CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFF3; }
p { color: rgb(25,207,243); }
H1.HeaderClassName
{
color: #19CFF3;
}
.AnyTagClassName
{
color: #19CFF3;
}
</style>
background-color css
<style>
a { background-color: #19CFF3; }
a { background-color: rgb(25,207,243); }
div.DivClassName
{
background-color: #19CFF3;
}
.BgClassName
{
background-color: #19CFF3;
}
</style>
border-color css
<style>
span { border-color: #19CFF3; }
span { border-color: rgb(25,207,243); }
td.TdClassName
{
border-color: #19CFF3;
}
.TagClassName
{
border-color: #19CFF3;
}
</style>