Shades of Deep Sky Blue #13BBF4
Tints of Deep Sky Blue #13BBF4
RGB
CMYK
RGB Variations
Color information
#13BBF4 (or 0x13BBF4) is known color: Deep Sky Blue. HEX triplet: 13, BB and F4. RGB value is (19,187,244). Sum of RGB (Red+Green+Blue) = 19+187+244=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #13BBF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BBF4 is #EC440B. Grayscale: #8E8E8E. Windows color (decimal): -15483916 or 16038675. OLE color: 16038675.
HSL color Cylindrical-coordinate representation of color #13BBF4: hue angle of 195.2º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BBF4 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 187 | 244 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.04 |
| HSL | 195.2º | 0.91% | 0.52% | - |
| HSV(B) | 195.2º | 0.92% | 0.96% | - |
| XYZ | 34.37 | 42.21 | 91.92 | - |
| YUV | 143.27 | 184.84 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 244 | 0.92 | 0.23 | 0 | 0.04 | 195.2 | 0.91 | 0.52 |
| Hex | 13 | BB | F4 | 5C | 17 | 0 | 4 | C3 | 5B | 34 |
| Octal | 23 | 273 | 364 | 134 | 27 | 0 | 4 | 303 | 133 | 64 |
| Binary | 10011 | 10111011 | 11110100 | 1011100 | 10111 | 0 | 100 | 11000011 | 1011011 | 110100 |
Color Harmonies of #13BBF4
Complementary color
Monochromatic Colors of #13BBF4
Black with #13BBF4
Text Example
Text Example
White with #13BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBF4; }
p { color: rgb(19,187,244); }
H1.HeaderClassName
{
color: #13BBF4;
}
.AnyTagClassName
{
color: #13BBF4;
}
</style>
background-color css
<style>
a { background-color: #13BBF4; }
a { background-color: rgb(19,187,244); }
div.DivClassName
{
background-color: #13BBF4;
}
.BgClassName
{
background-color: #13BBF4;
}
</style>
border-color css
<style>
span { border-color: #13BBF4; }
span { border-color: rgb(19,187,244); }
td.TdClassName
{
border-color: #13BBF4;
}
.TagClassName
{
border-color: #13BBF4;
}
</style>