Shades of Deep Sky Blue #15BAF6
Tints of Deep Sky Blue #15BAF6
RGB
CMYK
RGB Variations
Color information
#15BAF6 (or 0x15BAF6) is known color: Deep Sky Blue. HEX triplet: 15, BA and F6. RGB value is (21,186,246). Sum of RGB (Red+Green+Blue) = 21+186+246=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #15BAF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAF6 is #EA4509. Grayscale: #8F8F8F. Windows color (decimal): -15353098 or 16169493. OLE color: 16169493.
HSL color Cylindrical-coordinate representation of color #15BAF6: hue angle of 196º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAF6 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 186 | 246 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.04 |
| HSL | 196º | 0.93% | 0.52% | - |
| HSV(B) | 196º | 0.91% | 0.96% | - |
| XYZ | 34.5 | 41.93 | 93.46 | - |
| YUV | 143.51 | 185.84 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 246 | 0.91 | 0.24 | 0 | 0.04 | 196 | 0.93 | 0.52 |
| Hex | 15 | BA | F6 | 5B | 18 | 0 | 4 | C4 | 5D | 34 |
| Octal | 25 | 272 | 366 | 133 | 30 | 0 | 4 | 304 | 135 | 64 |
| Binary | 10101 | 10111010 | 11110110 | 1011011 | 11000 | 0 | 100 | 11000100 | 1011101 | 110100 |
Color Harmonies of #15BAF6
Complementary color
Monochromatic Colors of #15BAF6
Black with #15BAF6
Text Example
Text Example
White with #15BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAF6; }
p { color: rgb(21,186,246); }
H1.HeaderClassName
{
color: #15BAF6;
}
.AnyTagClassName
{
color: #15BAF6;
}
</style>
background-color css
<style>
a { background-color: #15BAF6; }
a { background-color: rgb(21,186,246); }
div.DivClassName
{
background-color: #15BAF6;
}
.BgClassName
{
background-color: #15BAF6;
}
</style>
border-color css
<style>
span { border-color: #15BAF6; }
span { border-color: rgb(21,186,246); }
td.TdClassName
{
border-color: #15BAF6;
}
.TagClassName
{
border-color: #15BAF6;
}
</style>