Shades of Deep Sky Blue #1CC9FB
Tints of Deep Sky Blue #1CC9FB
RGB
CMYK
RGB Variations
Color information
#1CC9FB (or 0x1CC9FB) is known color: Deep Sky Blue. HEX triplet: 1C, C9 and FB. RGB value is (28,201,251). Sum of RGB (Red+Green+Blue) = 28+201+251=480 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.83% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CC9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC9FB is #E33604. Grayscale: #9A9A9A. Windows color (decimal): -14890501 or 16501020. OLE color: 16501020.
HSL color Cylindrical-coordinate representation of color #1CC9FB: hue angle of 193.45º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CC9FB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 201 | 251 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.02 |
| HSL | 193.45º | 0.97% | 0.55% | - |
| HSV(B) | 193.45º | 0.89% | 0.98% | - |
| XYZ | 38.78 | 48.99 | 98.68 | - |
| YUV | 154.97 | 182.19 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 251 | 0.89 | 0.20 | 0 | 0.02 | 193.45 | 0.97 | 0.55 |
| Hex | 1C | C9 | FB | 59 | 14 | 0 | 2 | C1 | 61 | 37 |
| Octal | 34 | 311 | 373 | 131 | 24 | 0 | 2 | 301 | 141 | 67 |
| Binary | 11100 | 11001001 | 11111011 | 1011001 | 10100 | 0 | 10 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1CC9FB
Complementary color
Monochromatic Colors of #1CC9FB
Black with #1CC9FB
Text Example
Text Example
White with #1CC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC9FB; }
p { color: rgb(28,201,251); }
H1.HeaderClassName
{
color: #1CC9FB;
}
.AnyTagClassName
{
color: #1CC9FB;
}
</style>
background-color css
<style>
a { background-color: #1CC9FB; }
a { background-color: rgb(28,201,251); }
div.DivClassName
{
background-color: #1CC9FB;
}
.BgClassName
{
background-color: #1CC9FB;
}
</style>
border-color css
<style>
span { border-color: #1CC9FB; }
span { border-color: rgb(28,201,251); }
td.TdClassName
{
border-color: #1CC9FB;
}
.TagClassName
{
border-color: #1CC9FB;
}
</style>