Shades of Deep Sky Blue #1CCCFD
Tints of Deep Sky Blue #1CCCFD
RGB
CMYK
RGB Variations
Color information
#1CCCFD (or 0x1CCCFD) is known color: Deep Sky Blue. HEX triplet: 1C, CC and FD. RGB value is (28,204,253). Sum of RGB (Red+Green+Blue) = 28+204+253=485 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.77% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CCCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCFD is #E33302. Grayscale: #9C9C9C. Windows color (decimal): -14889731 or 16632860. OLE color: 16632860.
HSL color Cylindrical-coordinate representation of color #1CCCFD: hue angle of 193.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCCFD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 204 | 253 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.01 |
| HSL | 193.07º | 0.98% | 0.55% | - |
| HSV(B) | 193.07º | 0.89% | 0.99% | - |
| XYZ | 39.8 | 50.52 | 100.58 | - |
| YUV | 156.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 253 | 0.89 | 0.19 | 0 | 0.01 | 193.07 | 0.98 | 0.55 |
| Hex | 1C | CC | FD | 59 | 13 | 0 | 1 | C1 | 62 | 37 |
| Octal | 34 | 314 | 375 | 131 | 23 | 0 | 1 | 301 | 142 | 67 |
| Binary | 11100 | 11001100 | 11111101 | 1011001 | 10011 | 0 | 1 | 11000001 | 1100010 | 110111 |
Color Harmonies of #1CCCFD
Complementary color
Monochromatic Colors of #1CCCFD
Black with #1CCCFD
Text Example
Text Example
White with #1CCCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCFD; }
p { color: rgb(28,204,253); }
H1.HeaderClassName
{
color: #1CCCFD;
}
.AnyTagClassName
{
color: #1CCCFD;
}
</style>
background-color css
<style>
a { background-color: #1CCCFD; }
a { background-color: rgb(28,204,253); }
div.DivClassName
{
background-color: #1CCCFD;
}
.BgClassName
{
background-color: #1CCCFD;
}
</style>
border-color css
<style>
span { border-color: #1CCCFD; }
span { border-color: rgb(28,204,253); }
td.TdClassName
{
border-color: #1CCCFD;
}
.TagClassName
{
border-color: #1CCCFD;
}
</style>