Shades of Deep Sky Blue #15BFF1
Tints of Deep Sky Blue #15BFF1
RGB
CMYK
RGB Variations
Color information
#15BFF1 (or 0x15BFF1) is known color: Deep Sky Blue. HEX triplet: 15, BF and F1. RGB value is (21,191,241). Sum of RGB (Red+Green+Blue) = 21+191+241=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #15BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BFF1 is #EA400E. Grayscale: #919191. Windows color (decimal): -15351823 or 15843093. OLE color: 15843093.
HSL color Cylindrical-coordinate representation of color #15BFF1: hue angle of 193.64º 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 #15BFF1 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 191 | 241 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.05 |
| HSL | 193.64º | 0.89% | 0.51% | - |
| HSV(B) | 193.64º | 0.91% | 0.95% | - |
| XYZ | 34.82 | 43.77 | 89.83 | - |
| YUV | 145.87 | 181.68 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 241 | 0.91 | 0.21 | 0 | 0.05 | 193.64 | 0.89 | 0.51 |
| Hex | 15 | BF | F1 | 5B | 15 | 0 | 5 | C2 | 59 | 33 |
| Octal | 25 | 277 | 361 | 133 | 25 | 0 | 5 | 302 | 131 | 63 |
| Binary | 10101 | 10111111 | 11110001 | 1011011 | 10101 | 0 | 101 | 11000010 | 1011001 | 110011 |
Color Harmonies of #15BFF1
Complementary color
Monochromatic Colors of #15BFF1
Black with #15BFF1
Text Example
Text Example
White with #15BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFF1; }
p { color: rgb(21,191,241); }
H1.HeaderClassName
{
color: #15BFF1;
}
.AnyTagClassName
{
color: #15BFF1;
}
</style>
background-color css
<style>
a { background-color: #15BFF1; }
a { background-color: rgb(21,191,241); }
div.DivClassName
{
background-color: #15BFF1;
}
.BgClassName
{
background-color: #15BFF1;
}
</style>
border-color css
<style>
span { border-color: #15BFF1; }
span { border-color: rgb(21,191,241); }
td.TdClassName
{
border-color: #15BFF1;
}
.TagClassName
{
border-color: #15BFF1;
}
</style>