Shades of Deep Sky Blue #1CCEF3
Tints of Deep Sky Blue #1CCEF3
RGB
CMYK
RGB Variations
Color information
#1CCEF3 (or 0x1CCEF3) is known color: Deep Sky Blue. HEX triplet: 1C, CE and F3. RGB value is (28,206,243). Sum of RGB (Red+Green+Blue) = 28+206+243=477 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.87% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #1CCEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCEF3 is #E3310C. Grayscale: #9C9C9C. Windows color (decimal): -14889229 or 15978012. OLE color: 15978012.
HSL color Cylindrical-coordinate representation of color #1CCEF3: hue angle of 190.33º degrees, saturation: 0.9, 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 #1CCEF3 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 206 | 243 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.05 |
| HSL | 190.33º | 0.9% | 0.53% | - |
| HSV(B) | 190.33º | 0.88% | 0.95% | - |
| XYZ | 38.73 | 50.86 | 92.57 | - |
| YUV | 157 | 176.53 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 243 | 0.88 | 0.15 | 0 | 0.05 | 190.33 | 0.9 | 0.53 |
| Hex | 1C | CE | F3 | 58 | F | 0 | 5 | BE | 5A | 35 |
| Octal | 34 | 316 | 363 | 130 | 17 | 0 | 5 | 276 | 132 | 65 |
| Binary | 11100 | 11001110 | 11110011 | 1011000 | 1111 | 0 | 101 | 10111110 | 1011010 | 110101 |
Color Harmonies of #1CCEF3
Complementary color
Monochromatic Colors of #1CCEF3
Black with #1CCEF3
Text Example
Text Example
White with #1CCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEF3; }
p { color: rgb(28,206,243); }
H1.HeaderClassName
{
color: #1CCEF3;
}
.AnyTagClassName
{
color: #1CCEF3;
}
</style>
background-color css
<style>
a { background-color: #1CCEF3; }
a { background-color: rgb(28,206,243); }
div.DivClassName
{
background-color: #1CCEF3;
}
.BgClassName
{
background-color: #1CCEF3;
}
</style>
border-color css
<style>
span { border-color: #1CCEF3; }
span { border-color: rgb(28,206,243); }
td.TdClassName
{
border-color: #1CCEF3;
}
.TagClassName
{
border-color: #1CCEF3;
}
</style>