Shades of Deep Sky Blue #15BAF2
Tints of Deep Sky Blue #15BAF2
RGB
CMYK
RGB Variations
Color information
#15BAF2 (or 0x15BAF2) is known color: Deep Sky Blue. HEX triplet: 15, BA and F2. RGB value is (21,186,242). Sum of RGB (Red+Green+Blue) = 21+186+242=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #15BAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAF2 is #EA450D. Grayscale: #8E8E8E. Windows color (decimal): -15353102 or 15907349. OLE color: 15907349.
HSL color Cylindrical-coordinate representation of color #15BAF2: hue angle of 195.2º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BAF2 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 186 | 242 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.05 |
| HSL | 195.2º | 0.89% | 0.52% | - |
| HSV(B) | 195.2º | 0.91% | 0.95% | - |
| XYZ | 33.9 | 41.69 | 90.26 | - |
| YUV | 143.05 | 183.84 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 242 | 0.91 | 0.23 | 0 | 0.05 | 195.2 | 0.89 | 0.52 |
| Hex | 15 | BA | F2 | 5B | 17 | 0 | 5 | C3 | 59 | 34 |
| Octal | 25 | 272 | 362 | 133 | 27 | 0 | 5 | 303 | 131 | 64 |
| Binary | 10101 | 10111010 | 11110010 | 1011011 | 10111 | 0 | 101 | 11000011 | 1011001 | 110100 |
Color Harmonies of #15BAF2
Complementary color
Monochromatic Colors of #15BAF2
Black with #15BAF2
Text Example
Text Example
White with #15BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAF2; }
p { color: rgb(21,186,242); }
H1.HeaderClassName
{
color: #15BAF2;
}
.AnyTagClassName
{
color: #15BAF2;
}
</style>
background-color css
<style>
a { background-color: #15BAF2; }
a { background-color: rgb(21,186,242); }
div.DivClassName
{
background-color: #15BAF2;
}
.BgClassName
{
background-color: #15BAF2;
}
</style>
border-color css
<style>
span { border-color: #15BAF2; }
span { border-color: rgb(21,186,242); }
td.TdClassName
{
border-color: #15BAF2;
}
.TagClassName
{
border-color: #15BAF2;
}
</style>