Shades of Deep Sky Blue #1CCCEF
Tints of Deep Sky Blue #1CCCEF
RGB
CMYK
RGB Variations
Color information
#1CCCEF (or 0x1CCCEF) is known color: Deep Sky Blue. HEX triplet: 1C, CC and EF. RGB value is (28,204,239). Sum of RGB (Red+Green+Blue) = 28+204+239=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCEF is #E33310. Grayscale: #9B9B9B. Windows color (decimal): -14889745 or 15715356. OLE color: 15715356.
HSL color Cylindrical-coordinate representation of color #1CCCEF: hue angle of 189.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCCEF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 204 | 239 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.06 |
| HSL | 189.95º | 0.87% | 0.52% | - |
| HSV(B) | 189.95º | 0.88% | 0.94% | - |
| XYZ | 37.65 | 49.66 | 89.26 | - |
| YUV | 155.37 | 175.19 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 239 | 0.88 | 0.15 | 0 | 0.06 | 189.95 | 0.87 | 0.52 |
| Hex | 1C | CC | EF | 58 | F | 0 | 6 | BE | 57 | 34 |
| Octal | 34 | 314 | 357 | 130 | 17 | 0 | 6 | 276 | 127 | 64 |
| Binary | 11100 | 11001100 | 11101111 | 1011000 | 1111 | 0 | 110 | 10111110 | 1010111 | 110100 |
Color Harmonies of #1CCCEF
Complementary color
Monochromatic Colors of #1CCCEF
Black with #1CCCEF
Text Example
Text Example
White with #1CCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCEF; }
p { color: rgb(28,204,239); }
H1.HeaderClassName
{
color: #1CCCEF;
}
.AnyTagClassName
{
color: #1CCCEF;
}
</style>
background-color css
<style>
a { background-color: #1CCCEF; }
a { background-color: rgb(28,204,239); }
div.DivClassName
{
background-color: #1CCCEF;
}
.BgClassName
{
background-color: #1CCCEF;
}
</style>
border-color css
<style>
span { border-color: #1CCCEF; }
span { border-color: rgb(28,204,239); }
td.TdClassName
{
border-color: #1CCCEF;
}
.TagClassName
{
border-color: #1CCCEF;
}
</style>