Shades of Deep Sky Blue #15BFE5
Tints of Deep Sky Blue #15BFE5
RGB
CMYK
RGB Variations
Color information
#15BFE5 (or 0x15BFE5) is known color: Deep Sky Blue. HEX triplet: 15, BF and E5. RGB value is (21,191,229). Sum of RGB (Red+Green+Blue) = 21+191+229=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #15BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFE5 is #EA401A. Grayscale: #909090. Windows color (decimal): -15351835 or 15056661. OLE color: 15056661.
HSL color Cylindrical-coordinate representation of color #15BFE5: hue angle of 190.96º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BFE5 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 191 | 229 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.10 |
| HSL | 190.96º | 0.83% | 0.49% | - |
| HSV(B) | 190.96º | 0.91% | 0.9% | - |
| XYZ | 33.08 | 43.08 | 80.7 | - |
| YUV | 144.5 | 175.68 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 229 | 0.91 | 0.17 | 0 | 0.10 | 190.96 | 0.83 | 0.49 |
| Hex | 15 | BF | E5 | 5B | 11 | 0 | A | BF | 53 | 31 |
| Octal | 25 | 277 | 345 | 133 | 21 | 0 | 12 | 277 | 123 | 61 |
| Binary | 10101 | 10111111 | 11100101 | 1011011 | 10001 | 0 | 1010 | 10111111 | 1010011 | 110001 |
Color Harmonies of #15BFE5
Complementary color
Monochromatic Colors of #15BFE5
Black with #15BFE5
Text Example
Text Example
White with #15BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFE5; }
p { color: rgb(21,191,229); }
H1.HeaderClassName
{
color: #15BFE5;
}
.AnyTagClassName
{
color: #15BFE5;
}
</style>
background-color css
<style>
a { background-color: #15BFE5; }
a { background-color: rgb(21,191,229); }
div.DivClassName
{
background-color: #15BFE5;
}
.BgClassName
{
background-color: #15BFE5;
}
</style>
border-color css
<style>
span { border-color: #15BFE5; }
span { border-color: rgb(21,191,229); }
td.TdClassName
{
border-color: #15BFE5;
}
.TagClassName
{
border-color: #15BFE5;
}
</style>