Shades of Deep Sky Blue #15BDFF
Tints of Deep Sky Blue #15BDFF
RGB
CMYK
RGB Variations
Color information
#15BDFF (or 0x15BDFF) is known color: Deep Sky Blue. HEX triplet: 15, BD and FF. RGB value is (21,189,255). Sum of RGB (Red+Green+Blue) = 21+189+255=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #15BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDFF is #EA4200. Grayscale: #919191. Windows color (decimal): -15352321 or 16760085. OLE color: 16760085.
HSL color Cylindrical-coordinate representation of color #15BDFF: hue angle of 196.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15BDFF is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 189 | 255 | - |
| CMYK | 0.92 | 0.26 | 0 | 0 |
| HSL | 196.92º | 1% | 0.54% | - |
| HSV(B) | 196.92º | 0.92% | 1% | - |
| XYZ | 36.56 | 43.77 | 101.13 | - |
| YUV | 146.29 | 189.34 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 255 | 0.92 | 0.26 | 0 | 0 | 196.92 | 1 | 0.54 |
| Hex | 15 | BD | FF | 5C | 1A | 0 | 0 | C5 | 64 | 36 |
| Octal | 25 | 275 | 377 | 134 | 32 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10101 | 10111101 | 11111111 | 1011100 | 11010 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #15BDFF
Complementary color
Monochromatic Colors of #15BDFF
Black with #15BDFF
Text Example
Text Example
White with #15BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDFF; }
p { color: rgb(21,189,255); }
H1.HeaderClassName
{
color: #15BDFF;
}
.AnyTagClassName
{
color: #15BDFF;
}
</style>
background-color css
<style>
a { background-color: #15BDFF; }
a { background-color: rgb(21,189,255); }
div.DivClassName
{
background-color: #15BDFF;
}
.BgClassName
{
background-color: #15BDFF;
}
</style>
border-color css
<style>
span { border-color: #15BDFF; }
span { border-color: rgb(21,189,255); }
td.TdClassName
{
border-color: #15BDFF;
}
.TagClassName
{
border-color: #15BDFF;
}
</style>