Shades of Deep Sky Blue #1CCAFF
Tints of Deep Sky Blue #1CCAFF
RGB
CMYK
RGB Variations
Color information
#1CCAFF (or 0x1CCAFF) is known color: Deep Sky Blue. HEX triplet: 1C, CA and FF. RGB value is (28,202,255). Sum of RGB (Red+Green+Blue) = 28+202+255=485 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.77% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAFF is #E33500. Grayscale: #9B9B9B. Windows color (decimal): -14890241 or 16763420. OLE color: 16763420.
HSL color Cylindrical-coordinate representation of color #1CCAFF: hue angle of 194.01º 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 #1CCAFF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 202 | 255 | - |
| CMYK | 0.89 | 0.21 | 0 | 0 |
| HSL | 194.01º | 1% | 0.55% | - |
| HSV(B) | 194.01º | 0.89% | 1% | - |
| XYZ | 39.65 | 49.71 | 102.11 | - |
| YUV | 156.02 | 183.85 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 255 | 0.89 | 0.21 | 0 | 0 | 194.01 | 1 | 0.55 |
| Hex | 1C | CA | FF | 59 | 15 | 0 | 0 | C2 | 64 | 37 |
| Octal | 34 | 312 | 377 | 131 | 25 | 0 | 0 | 302 | 144 | 67 |
| Binary | 11100 | 11001010 | 11111111 | 1011001 | 10101 | 0 | 0 | 11000010 | 1100100 | 110111 |
Color Harmonies of #1CCAFF
Complementary color
Monochromatic Colors of #1CCAFF
Black with #1CCAFF
Text Example
Text Example
White with #1CCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCAFF; }
p { color: rgb(28,202,255); }
H1.HeaderClassName
{
color: #1CCAFF;
}
.AnyTagClassName
{
color: #1CCAFF;
}
</style>
background-color css
<style>
a { background-color: #1CCAFF; }
a { background-color: rgb(28,202,255); }
div.DivClassName
{
background-color: #1CCAFF;
}
.BgClassName
{
background-color: #1CCAFF;
}
</style>
border-color css
<style>
span { border-color: #1CCAFF; }
span { border-color: rgb(28,202,255); }
td.TdClassName
{
border-color: #1CCAFF;
}
.TagClassName
{
border-color: #1CCAFF;
}
</style>