Shades of Deep Sky Blue #15C2FB
Tints of Deep Sky Blue #15C2FB
RGB
CMYK
RGB Variations
Color information
#15C2FB (or 0x15C2FB) is known color: Deep Sky Blue. HEX triplet: 15, C2 and FB. RGB value is (21,194,251). Sum of RGB (Red+Green+Blue) = 21+194+251=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #15C2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C2FB is #EA3D04. Grayscale: #949494. Windows color (decimal): -15351045 or 16499221. OLE color: 16499221.
HSL color Cylindrical-coordinate representation of color #15C2FB: hue angle of 194.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C2FB is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 194 | 251 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.02 |
| HSL | 194.87º | 0.97% | 0.53% | - |
| HSV(B) | 194.87º | 0.92% | 0.98% | - |
| XYZ | 37.01 | 45.71 | 98.14 | - |
| YUV | 148.77 | 185.69 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 251 | 0.92 | 0.23 | 0 | 0.02 | 194.87 | 0.97 | 0.53 |
| Hex | 15 | C2 | FB | 5C | 17 | 0 | 2 | C3 | 61 | 35 |
| Octal | 25 | 302 | 373 | 134 | 27 | 0 | 2 | 303 | 141 | 65 |
| Binary | 10101 | 11000010 | 11111011 | 1011100 | 10111 | 0 | 10 | 11000011 | 1100001 | 110101 |
Color Harmonies of #15C2FB
Complementary color
Monochromatic Colors of #15C2FB
Black with #15C2FB
Text Example
Text Example
White with #15C2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C2FB; }
p { color: rgb(21,194,251); }
H1.HeaderClassName
{
color: #15C2FB;
}
.AnyTagClassName
{
color: #15C2FB;
}
</style>
background-color css
<style>
a { background-color: #15C2FB; }
a { background-color: rgb(21,194,251); }
div.DivClassName
{
background-color: #15C2FB;
}
.BgClassName
{
background-color: #15C2FB;
}
</style>
border-color css
<style>
span { border-color: #15C2FB; }
span { border-color: rgb(21,194,251); }
td.TdClassName
{
border-color: #15C2FB;
}
.TagClassName
{
border-color: #15C2FB;
}
</style>