Shades of Deep Sky Blue #13CFF4
Tints of Deep Sky Blue #13CFF4
RGB
CMYK
RGB Variations
Color information
#13CFF4 (or 0x13CFF4) is known color: Deep Sky Blue. HEX triplet: 13, CF and F4. RGB value is (19,207,244). Sum of RGB (Red+Green+Blue) = 19+207+244=470 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.04% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #13CFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CFF4 is #EC300B. Grayscale: #9A9A9A. Windows color (decimal): -15478796 or 16043795. OLE color: 16043795.
HSL color Cylindrical-coordinate representation of color #13CFF4: hue angle of 189.87º 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 #13CFF4 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 207 | 244 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.04 |
| HSL | 189.87º | 0.91% | 0.52% | - |
| HSV(B) | 189.87º | 0.92% | 0.96% | - |
| XYZ | 38.91 | 51.3 | 93.44 | - |
| YUV | 155.01 | 178.22 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 244 | 0.92 | 0.15 | 0 | 0.04 | 189.87 | 0.91 | 0.52 |
| Hex | 13 | CF | F4 | 5C | F | 0 | 4 | BE | 5B | 34 |
| Octal | 23 | 317 | 364 | 134 | 17 | 0 | 4 | 276 | 133 | 64 |
| Binary | 10011 | 11001111 | 11110100 | 1011100 | 1111 | 0 | 100 | 10111110 | 1011011 | 110100 |
Color Harmonies of #13CFF4
Complementary color
Monochromatic Colors of #13CFF4
Black with #13CFF4
Text Example
Text Example
White with #13CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFF4; }
p { color: rgb(19,207,244); }
H1.HeaderClassName
{
color: #13CFF4;
}
.AnyTagClassName
{
color: #13CFF4;
}
</style>
background-color css
<style>
a { background-color: #13CFF4; }
a { background-color: rgb(19,207,244); }
div.DivClassName
{
background-color: #13CFF4;
}
.BgClassName
{
background-color: #13CFF4;
}
</style>
border-color css
<style>
span { border-color: #13CFF4; }
span { border-color: rgb(19,207,244); }
td.TdClassName
{
border-color: #13CFF4;
}
.TagClassName
{
border-color: #13CFF4;
}
</style>