Shades of Deep Sky Blue #1CCFFF
Tints of Deep Sky Blue #1CCFFF
RGB
CMYK
RGB Variations
Color information
#1CCFFF (or 0x1CCFFF) is known color: Deep Sky Blue. HEX triplet: 1C, CF and FF. RGB value is (28,207,255). Sum of RGB (Red+Green+Blue) = 28+207+255=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCFFF is #E33000. Grayscale: #9E9E9E. Windows color (decimal): -14888961 or 16764700. OLE color: 16764700.
HSL color Cylindrical-coordinate representation of color #1CCFFF: hue angle of 192.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCFFF is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 207 | 255 | - |
| CMYK | 0.89 | 0.19 | 0 | 0 |
| HSL | 192.69º | 1% | 0.55% | - |
| HSV(B) | 192.69º | 0.89% | 1% | - |
| XYZ | 40.84 | 52.09 | 102.51 | - |
| YUV | 158.95 | 182.2 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 255 | 0.89 | 0.19 | 0 | 0 | 192.69 | 1 | 0.55 |
| Hex | 1C | CF | FF | 59 | 13 | 0 | 0 | C1 | 64 | 37 |
| Octal | 34 | 317 | 377 | 131 | 23 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11100 | 11001111 | 11111111 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #1CCFFF
Complementary color
Monochromatic Colors of #1CCFFF
Black with #1CCFFF
Text Example
Text Example
White with #1CCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFFF; }
p { color: rgb(28,207,255); }
H1.HeaderClassName
{
color: #1CCFFF;
}
.AnyTagClassName
{
color: #1CCFFF;
}
</style>
background-color css
<style>
a { background-color: #1CCFFF; }
a { background-color: rgb(28,207,255); }
div.DivClassName
{
background-color: #1CCFFF;
}
.BgClassName
{
background-color: #1CCFFF;
}
</style>
border-color css
<style>
span { border-color: #1CCFFF; }
span { border-color: rgb(28,207,255); }
td.TdClassName
{
border-color: #1CCFFF;
}
.TagClassName
{
border-color: #1CCFFF;
}
</style>