Shades of Deep Sky Blue #1CCCFE
Tints of Deep Sky Blue #1CCCFE
RGB
CMYK
RGB Variations
Color information
#1CCCFE (or 0x1CCCFE) is known color: Deep Sky Blue. HEX triplet: 1C, CC and FE. RGB value is (28,204,254). Sum of RGB (Red+Green+Blue) = 28+204+254=486 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.76% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CCCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCFE is #E33301. Grayscale: #9C9C9C. Windows color (decimal): -14889730 or 16698396. OLE color: 16698396.
HSL color Cylindrical-coordinate representation of color #1CCCFE: hue angle of 193.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCCFE is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 204 | 254 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.00 |
| HSL | 193.27º | 0.99% | 0.55% | - |
| HSV(B) | 193.27º | 0.89% | 1% | - |
| XYZ | 39.96 | 50.59 | 101.42 | - |
| YUV | 157.08 | 182.69 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 254 | 0.89 | 0.20 | 0 | 0.00 | 193.27 | 0.99 | 0.55 |
| Hex | 1C | CC | FE | 59 | 14 | 0 | 0 | C1 | 63 | 37 |
| Octal | 34 | 314 | 376 | 131 | 24 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11100 | 11001100 | 11111110 | 1011001 | 10100 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #1CCCFE
Complementary color
Monochromatic Colors of #1CCCFE
Black with #1CCCFE
Text Example
Text Example
White with #1CCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCFE; }
p { color: rgb(28,204,254); }
H1.HeaderClassName
{
color: #1CCCFE;
}
.AnyTagClassName
{
color: #1CCCFE;
}
</style>
background-color css
<style>
a { background-color: #1CCCFE; }
a { background-color: rgb(28,204,254); }
div.DivClassName
{
background-color: #1CCCFE;
}
.BgClassName
{
background-color: #1CCCFE;
}
</style>
border-color css
<style>
span { border-color: #1CCCFE; }
span { border-color: rgb(28,204,254); }
td.TdClassName
{
border-color: #1CCCFE;
}
.TagClassName
{
border-color: #1CCCFE;
}
</style>