Shades of Deep Sky Blue #14BBF3
Tints of Deep Sky Blue #14BBF3
RGB
CMYK
RGB Variations
Color information
#14BBF3 (or 0x14BBF3) is known color: Deep Sky Blue. HEX triplet: 14, BB and F3. RGB value is (20,187,243). Sum of RGB (Red+Green+Blue) = 20+187+243=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #14BBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BBF3 is #EB440C. Grayscale: #8F8F8F. Windows color (decimal): -15418381 or 15973140. OLE color: 15973140.
HSL color Cylindrical-coordinate representation of color #14BBF3: hue angle of 195.07º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BBF3 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 187 | 243 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.05 |
| HSL | 195.07º | 0.9% | 0.52% | - |
| HSV(B) | 195.07º | 0.92% | 0.95% | - |
| XYZ | 34.24 | 42.16 | 91.13 | - |
| YUV | 143.45 | 184.17 | 39.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 243 | 0.92 | 0.23 | 0 | 0.05 | 195.07 | 0.9 | 0.52 |
| Hex | 14 | BB | F3 | 5C | 17 | 0 | 5 | C3 | 5A | 34 |
| Octal | 24 | 273 | 363 | 134 | 27 | 0 | 5 | 303 | 132 | 64 |
| Binary | 10100 | 10111011 | 11110011 | 1011100 | 10111 | 0 | 101 | 11000011 | 1011010 | 110100 |
Color Harmonies of #14BBF3
Complementary color
Monochromatic Colors of #14BBF3
Black with #14BBF3
Text Example
Text Example
White with #14BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBF3; }
p { color: rgb(20,187,243); }
H1.HeaderClassName
{
color: #14BBF3;
}
.AnyTagClassName
{
color: #14BBF3;
}
</style>
background-color css
<style>
a { background-color: #14BBF3; }
a { background-color: rgb(20,187,243); }
div.DivClassName
{
background-color: #14BBF3;
}
.BgClassName
{
background-color: #14BBF3;
}
</style>
border-color css
<style>
span { border-color: #14BBF3; }
span { border-color: rgb(20,187,243); }
td.TdClassName
{
border-color: #14BBF3;
}
.TagClassName
{
border-color: #14BBF3;
}
</style>