Shades of Deep Sky Blue #15CBF7
Tints of Deep Sky Blue #15CBF7
RGB
CMYK
RGB Variations
Color information
#15CBF7 (or 0x15CBF7) is known color: Deep Sky Blue. HEX triplet: 15, CB and F7. RGB value is (21,203,247). Sum of RGB (Red+Green+Blue) = 21+203+247=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #15CBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBF7 is #EA3408. Grayscale: #999999. Windows color (decimal): -15348745 or 16239381. OLE color: 16239381.
HSL color Cylindrical-coordinate representation of color #15CBF7: hue angle of 191.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CBF7 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 203 | 247 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.03 |
| HSL | 191.68º | 0.93% | 0.53% | - |
| HSV(B) | 191.68º | 0.91% | 0.97% | - |
| XYZ | 38.45 | 49.59 | 95.54 | - |
| YUV | 153.6 | 180.7 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 247 | 0.91 | 0.18 | 0 | 0.03 | 191.68 | 0.93 | 0.53 |
| Hex | 15 | CB | F7 | 5B | 12 | 0 | 3 | C0 | 5D | 35 |
| Octal | 25 | 313 | 367 | 133 | 22 | 0 | 3 | 300 | 135 | 65 |
| Binary | 10101 | 11001011 | 11110111 | 1011011 | 10010 | 0 | 11 | 11000000 | 1011101 | 110101 |
Color Harmonies of #15CBF7
Complementary color
Monochromatic Colors of #15CBF7
Black with #15CBF7
Text Example
Text Example
White with #15CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBF7; }
p { color: rgb(21,203,247); }
H1.HeaderClassName
{
color: #15CBF7;
}
.AnyTagClassName
{
color: #15CBF7;
}
</style>
background-color css
<style>
a { background-color: #15CBF7; }
a { background-color: rgb(21,203,247); }
div.DivClassName
{
background-color: #15CBF7;
}
.BgClassName
{
background-color: #15CBF7;
}
</style>
border-color css
<style>
span { border-color: #15CBF7; }
span { border-color: rgb(21,203,247); }
td.TdClassName
{
border-color: #15CBF7;
}
.TagClassName
{
border-color: #15CBF7;
}
</style>