Shades of Deep Sky Blue #15D0FD
Tints of Deep Sky Blue #15D0FD
RGB
CMYK
RGB Variations
Color information
#15D0FD (or 0x15D0FD) is known color: Deep Sky Blue. HEX triplet: 15, D0 and FD. RGB value is (21,208,253). Sum of RGB (Red+Green+Blue) = 21+208+253=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #15D0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D0FD is #EA2F02. Grayscale: #9C9C9C. Windows color (decimal): -15347459 or 16633877. OLE color: 16633877.
HSL color Cylindrical-coordinate representation of color #15D0FD: hue angle of 191.64º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D0FD is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 208 | 253 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.01 |
| HSL | 191.64º | 0.98% | 0.54% | - |
| HSV(B) | 191.64º | 0.92% | 0.99% | - |
| XYZ | 40.59 | 52.36 | 100.9 | - |
| YUV | 157.22 | 182.05 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 208 | 253 | 0.92 | 0.18 | 0 | 0.01 | 191.64 | 0.98 | 0.54 |
| Hex | 15 | D0 | FD | 5C | 12 | 0 | 1 | C0 | 62 | 36 |
| Octal | 25 | 320 | 375 | 134 | 22 | 0 | 1 | 300 | 142 | 66 |
| Binary | 10101 | 11010000 | 11111101 | 1011100 | 10010 | 0 | 1 | 11000000 | 1100010 | 110110 |
Color Harmonies of #15D0FD
Complementary color
Monochromatic Colors of #15D0FD
Black with #15D0FD
Text Example
Text Example
White with #15D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D0FD; }
p { color: rgb(21,208,253); }
H1.HeaderClassName
{
color: #15D0FD;
}
.AnyTagClassName
{
color: #15D0FD;
}
</style>
background-color css
<style>
a { background-color: #15D0FD; }
a { background-color: rgb(21,208,253); }
div.DivClassName
{
background-color: #15D0FD;
}
.BgClassName
{
background-color: #15D0FD;
}
</style>
border-color css
<style>
span { border-color: #15D0FD; }
span { border-color: rgb(21,208,253); }
td.TdClassName
{
border-color: #15D0FD;
}
.TagClassName
{
border-color: #15D0FD;
}
</style>