Shades of Deep Sky Blue #15CBFD
Tints of Deep Sky Blue #15CBFD
RGB
CMYK
RGB Variations
Color information
#15CBFD (or 0x15CBFD) is known color: Deep Sky Blue. HEX triplet: 15, CB and FD. RGB value is (21,203,253). Sum of RGB (Red+Green+Blue) = 21+203+253=477 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.40% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #15CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBFD is #EA3402. Grayscale: #999999. Windows color (decimal): -15348739 or 16632597. OLE color: 16632597.
HSL color Cylindrical-coordinate representation of color #15CBFD: hue angle of 192.93º 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 #15CBFD is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 203 | 253 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.01 |
| HSL | 192.93º | 0.98% | 0.54% | - |
| HSV(B) | 192.93º | 0.92% | 0.99% | - |
| XYZ | 39.39 | 49.96 | 100.5 | - |
| YUV | 154.28 | 183.7 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 253 | 0.92 | 0.20 | 0 | 0.01 | 192.93 | 0.98 | 0.54 |
| Hex | 15 | CB | FD | 5C | 14 | 0 | 1 | C1 | 62 | 36 |
| Octal | 25 | 313 | 375 | 134 | 24 | 0 | 1 | 301 | 142 | 66 |
| Binary | 10101 | 11001011 | 11111101 | 1011100 | 10100 | 0 | 1 | 11000001 | 1100010 | 110110 |
Color Harmonies of #15CBFD
Complementary color
Monochromatic Colors of #15CBFD
Black with #15CBFD
Text Example
Text Example
White with #15CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBFD; }
p { color: rgb(21,203,253); }
H1.HeaderClassName
{
color: #15CBFD;
}
.AnyTagClassName
{
color: #15CBFD;
}
</style>
background-color css
<style>
a { background-color: #15CBFD; }
a { background-color: rgb(21,203,253); }
div.DivClassName
{
background-color: #15CBFD;
}
.BgClassName
{
background-color: #15CBFD;
}
</style>
border-color css
<style>
span { border-color: #15CBFD; }
span { border-color: rgb(21,203,253); }
td.TdClassName
{
border-color: #15CBFD;
}
.TagClassName
{
border-color: #15CBFD;
}
</style>