Shades of Deep Sky Blue #19CDF3
Tints of Deep Sky Blue #19CDF3
RGB
CMYK
RGB Variations
Color information
#19CDF3 (or 0x19CDF3) is known color: Deep Sky Blue. HEX triplet: 19, CD and F3. RGB value is (25,205,243). Sum of RGB (Red+Green+Blue) = 25+205+243=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #19CDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDF3 is #E6320C. Grayscale: #9B9B9B. Windows color (decimal): -15086093 or 15977753. OLE color: 15977753.
HSL color Cylindrical-coordinate representation of color #19CDF3: hue angle of 190.46º 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 #19CDF3 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 205 | 243 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.05 |
| HSL | 190.46º | 0.9% | 0.53% | - |
| HSV(B) | 190.46º | 0.9% | 0.95% | - |
| XYZ | 38.41 | 50.34 | 92.49 | - |
| YUV | 155.51 | 177.37 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 243 | 0.90 | 0.16 | 0 | 0.05 | 190.46 | 0.9 | 0.53 |
| Hex | 19 | CD | F3 | 5A | 10 | 0 | 5 | BE | 5A | 35 |
| Octal | 31 | 315 | 363 | 132 | 20 | 0 | 5 | 276 | 132 | 65 |
| Binary | 11001 | 11001101 | 11110011 | 1011010 | 10000 | 0 | 101 | 10111110 | 1011010 | 110101 |
Color Harmonies of #19CDF3
Complementary color
Monochromatic Colors of #19CDF3
Black with #19CDF3
Text Example
Text Example
White with #19CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDF3; }
p { color: rgb(25,205,243); }
H1.HeaderClassName
{
color: #19CDF3;
}
.AnyTagClassName
{
color: #19CDF3;
}
</style>
background-color css
<style>
a { background-color: #19CDF3; }
a { background-color: rgb(25,205,243); }
div.DivClassName
{
background-color: #19CDF3;
}
.BgClassName
{
background-color: #19CDF3;
}
</style>
border-color css
<style>
span { border-color: #19CDF3; }
span { border-color: rgb(25,205,243); }
td.TdClassName
{
border-color: #19CDF3;
}
.TagClassName
{
border-color: #19CDF3;
}
</style>