Shades of Deep Sky Blue #15BBF2
Tints of Deep Sky Blue #15BBF2
RGB
CMYK
RGB Variations
Color information
#15BBF2 (or 0x15BBF2) is known color: Deep Sky Blue. HEX triplet: 15, BB and F2. RGB value is (21,187,242). Sum of RGB (Red+Green+Blue) = 21+187+242=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #15BBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BBF2 is #EA440D. Grayscale: #8F8F8F. Windows color (decimal): -15352846 or 15907605. OLE color: 15907605.
HSL color Cylindrical-coordinate representation of color #15BBF2: hue angle of 194.93º 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 #15BBF2 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 187 | 242 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.05 |
| HSL | 194.93º | 0.89% | 0.52% | - |
| HSV(B) | 194.93º | 0.91% | 0.95% | - |
| XYZ | 34.11 | 42.11 | 90.34 | - |
| YUV | 143.64 | 183.5 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 242 | 0.91 | 0.23 | 0 | 0.05 | 194.93 | 0.89 | 0.52 |
| Hex | 15 | BB | F2 | 5B | 17 | 0 | 5 | C3 | 59 | 34 |
| Octal | 25 | 273 | 362 | 133 | 27 | 0 | 5 | 303 | 131 | 64 |
| Binary | 10101 | 10111011 | 11110010 | 1011011 | 10111 | 0 | 101 | 11000011 | 1011001 | 110100 |
Color Harmonies of #15BBF2
Complementary color
Monochromatic Colors of #15BBF2
Black with #15BBF2
Text Example
Text Example
White with #15BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBF2; }
p { color: rgb(21,187,242); }
H1.HeaderClassName
{
color: #15BBF2;
}
.AnyTagClassName
{
color: #15BBF2;
}
</style>
background-color css
<style>
a { background-color: #15BBF2; }
a { background-color: rgb(21,187,242); }
div.DivClassName
{
background-color: #15BBF2;
}
.BgClassName
{
background-color: #15BBF2;
}
</style>
border-color css
<style>
span { border-color: #15BBF2; }
span { border-color: rgb(21,187,242); }
td.TdClassName
{
border-color: #15BBF2;
}
.TagClassName
{
border-color: #15BBF2;
}
</style>