Shades of Deep Sky Blue #15BEFF
Tints of Deep Sky Blue #15BEFF
RGB
CMYK
RGB Variations
Color information
#15BEFF (or 0x15BEFF) is known color: Deep Sky Blue. HEX triplet: 15, BE and FF. RGB value is (21,190,255). Sum of RGB (Red+Green+Blue) = 21+190+255=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #15BEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BEFF is #EA4100. Grayscale: #929292. Windows color (decimal): -15352065 or 16760341. OLE color: 16760341.
HSL color Cylindrical-coordinate representation of color #15BEFF: hue angle of 196.67º 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 #15BEFF is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 190 | 255 | - |
| CMYK | 0.92 | 0.25 | 0 | 0 |
| HSL | 196.67º | 1% | 0.54% | - |
| HSV(B) | 196.67º | 0.92% | 1% | - |
| XYZ | 36.77 | 44.21 | 101.2 | - |
| YUV | 146.88 | 189.01 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 255 | 0.92 | 0.25 | 0 | 0 | 196.67 | 1 | 0.54 |
| Hex | 15 | BE | FF | 5C | 19 | 0 | 0 | C5 | 64 | 36 |
| Octal | 25 | 276 | 377 | 134 | 31 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10101 | 10111110 | 11111111 | 1011100 | 11001 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #15BEFF
Complementary color
Monochromatic Colors of #15BEFF
Black with #15BEFF
Text Example
Text Example
White with #15BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEFF; }
p { color: rgb(21,190,255); }
H1.HeaderClassName
{
color: #15BEFF;
}
.AnyTagClassName
{
color: #15BEFF;
}
</style>
background-color css
<style>
a { background-color: #15BEFF; }
a { background-color: rgb(21,190,255); }
div.DivClassName
{
background-color: #15BEFF;
}
.BgClassName
{
background-color: #15BEFF;
}
</style>
border-color css
<style>
span { border-color: #15BEFF; }
span { border-color: rgb(21,190,255); }
td.TdClassName
{
border-color: #15BEFF;
}
.TagClassName
{
border-color: #15BEFF;
}
</style>