Shades of Deep Sky Blue #15CEF1
Tints of Deep Sky Blue #15CEF1
RGB
CMYK
RGB Variations
Color information
#15CEF1 (or 0x15CEF1) is known color: Deep Sky Blue. HEX triplet: 15, CE and F1. RGB value is (21,206,241). Sum of RGB (Red+Green+Blue) = 21+206+241=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #15CEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEF1 is #EA310E. Grayscale: #9A9A9A. Windows color (decimal): -15347983 or 15846933. OLE color: 15846933.
HSL color Cylindrical-coordinate representation of color #15CEF1: hue angle of 189.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CEF1 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 206 | 241 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.05 |
| HSL | 189.55º | 0.89% | 0.51% | - |
| HSV(B) | 189.55º | 0.91% | 0.95% | - |
| XYZ | 38.26 | 50.65 | 90.98 | - |
| YUV | 154.68 | 176.71 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 206 | 241 | 0.91 | 0.15 | 0 | 0.05 | 189.55 | 0.89 | 0.51 |
| Hex | 15 | CE | F1 | 5B | F | 0 | 5 | BE | 59 | 33 |
| Octal | 25 | 316 | 361 | 133 | 17 | 0 | 5 | 276 | 131 | 63 |
| Binary | 10101 | 11001110 | 11110001 | 1011011 | 1111 | 0 | 101 | 10111110 | 1011001 | 110011 |
Color Harmonies of #15CEF1
Complementary color
Monochromatic Colors of #15CEF1
Black with #15CEF1
Text Example
Text Example
White with #15CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CEF1; }
p { color: rgb(21,206,241); }
H1.HeaderClassName
{
color: #15CEF1;
}
.AnyTagClassName
{
color: #15CEF1;
}
</style>
background-color css
<style>
a { background-color: #15CEF1; }
a { background-color: rgb(21,206,241); }
div.DivClassName
{
background-color: #15CEF1;
}
.BgClassName
{
background-color: #15CEF1;
}
</style>
border-color css
<style>
span { border-color: #15CEF1; }
span { border-color: rgb(21,206,241); }
td.TdClassName
{
border-color: #15CEF1;
}
.TagClassName
{
border-color: #15CEF1;
}
</style>