Shades of Deep Sky Blue #1CC5FB
Tints of Deep Sky Blue #1CC5FB
RGB
CMYK
RGB Variations
Color information
#1CC5FB (or 0x1CC5FB) is known color: Deep Sky Blue. HEX triplet: 1C, C5 and FB. RGB value is (28,197,251). Sum of RGB (Red+Green+Blue) = 28+197+251=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #1CC5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC5FB is #E33A04. Grayscale: #989898. Windows color (decimal): -14891525 or 16499996. OLE color: 16499996.
HSL color Cylindrical-coordinate representation of color #1CC5FB: hue angle of 194.53º 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 #1CC5FB is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 197 | 251 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.02 |
| HSL | 194.53º | 0.97% | 0.55% | - |
| HSV(B) | 194.53º | 0.89% | 0.98% | - |
| XYZ | 37.86 | 47.14 | 98.37 | - |
| YUV | 152.63 | 183.51 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 251 | 0.89 | 0.22 | 0 | 0.02 | 194.53 | 0.97 | 0.55 |
| Hex | 1C | C5 | FB | 59 | 16 | 0 | 2 | C3 | 61 | 37 |
| Octal | 34 | 305 | 373 | 131 | 26 | 0 | 2 | 303 | 141 | 67 |
| Binary | 11100 | 11000101 | 11111011 | 1011001 | 10110 | 0 | 10 | 11000011 | 1100001 | 110111 |
Color Harmonies of #1CC5FB
Complementary color
Monochromatic Colors of #1CC5FB
Black with #1CC5FB
Text Example
Text Example
White with #1CC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC5FB; }
p { color: rgb(28,197,251); }
H1.HeaderClassName
{
color: #1CC5FB;
}
.AnyTagClassName
{
color: #1CC5FB;
}
</style>
background-color css
<style>
a { background-color: #1CC5FB; }
a { background-color: rgb(28,197,251); }
div.DivClassName
{
background-color: #1CC5FB;
}
.BgClassName
{
background-color: #1CC5FB;
}
</style>
border-color css
<style>
span { border-color: #1CC5FB; }
span { border-color: rgb(28,197,251); }
td.TdClassName
{
border-color: #1CC5FB;
}
.TagClassName
{
border-color: #1CC5FB;
}
</style>