Shades of Deep Sky Blue #1CCAF2
Tints of Deep Sky Blue #1CCAF2
RGB
CMYK
RGB Variations
Color information
#1CCAF2 (or 0x1CCAF2) is known color: Deep Sky Blue. HEX triplet: 1C, CA and F2. RGB value is (28,202,242). Sum of RGB (Red+Green+Blue) = 28+202+242=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #1CCAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAF2 is #E3350D. Grayscale: #9A9A9A. Windows color (decimal): -14890254 or 15911452. OLE color: 15911452.
HSL color Cylindrical-coordinate representation of color #1CCAF2: hue angle of 191.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCAF2 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 202 | 242 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.05 |
| HSL | 191.22º | 0.89% | 0.53% | - |
| HSV(B) | 191.22º | 0.88% | 0.95% | - |
| XYZ | 37.63 | 48.9 | 91.46 | - |
| YUV | 154.53 | 177.35 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 242 | 0.88 | 0.17 | 0 | 0.05 | 191.22 | 0.89 | 0.53 |
| Hex | 1C | CA | F2 | 58 | 11 | 0 | 5 | BF | 59 | 35 |
| Octal | 34 | 312 | 362 | 130 | 21 | 0 | 5 | 277 | 131 | 65 |
| Binary | 11100 | 11001010 | 11110010 | 1011000 | 10001 | 0 | 101 | 10111111 | 1011001 | 110101 |
Color Harmonies of #1CCAF2
Complementary color
Monochromatic Colors of #1CCAF2
Black with #1CCAF2
Text Example
Text Example
White with #1CCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCAF2; }
p { color: rgb(28,202,242); }
H1.HeaderClassName
{
color: #1CCAF2;
}
.AnyTagClassName
{
color: #1CCAF2;
}
</style>
background-color css
<style>
a { background-color: #1CCAF2; }
a { background-color: rgb(28,202,242); }
div.DivClassName
{
background-color: #1CCAF2;
}
.BgClassName
{
background-color: #1CCAF2;
}
</style>
border-color css
<style>
span { border-color: #1CCAF2; }
span { border-color: rgb(28,202,242); }
td.TdClassName
{
border-color: #1CCAF2;
}
.TagClassName
{
border-color: #1CCAF2;
}
</style>