Shades of Deep Sky Blue #1CDAFC
Tints of Deep Sky Blue #1CDAFC
RGB
CMYK
RGB Variations
Color information
#1CDAFC (or 0x1CDAFC) is known color: Deep Sky Blue. HEX triplet: 1C, DA and FC. RGB value is (28,218,252). Sum of RGB (Red+Green+Blue) = 28+218+252=498 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.62% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CDAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDAFC is #E32503. Grayscale: #A4A4A4. Windows color (decimal): -14886148 or 16570908. OLE color: 16570908.
HSL color Cylindrical-coordinate representation of color #1CDAFC: hue angle of 189.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDAFC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 218 | 252 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.01 |
| HSL | 189.11º | 0.97% | 0.55% | - |
| HSV(B) | 189.11º | 0.89% | 0.99% | - |
| XYZ | 43.12 | 57.42 | 100.91 | - |
| YUV | 165.07 | 177.05 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 252 | 0.89 | 0.13 | 0 | 0.01 | 189.11 | 0.97 | 0.55 |
| Hex | 1C | DA | FC | 59 | D | 0 | 1 | BD | 61 | 37 |
| Octal | 34 | 332 | 374 | 131 | 15 | 0 | 1 | 275 | 141 | 67 |
| Binary | 11100 | 11011010 | 11111100 | 1011001 | 1101 | 0 | 1 | 10111101 | 1100001 | 110111 |
Color Harmonies of #1CDAFC
Complementary color
Monochromatic Colors of #1CDAFC
Black with #1CDAFC
Text Example
Text Example
White with #1CDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDAFC; }
p { color: rgb(28,218,252); }
H1.HeaderClassName
{
color: #1CDAFC;
}
.AnyTagClassName
{
color: #1CDAFC;
}
</style>
background-color css
<style>
a { background-color: #1CDAFC; }
a { background-color: rgb(28,218,252); }
div.DivClassName
{
background-color: #1CDAFC;
}
.BgClassName
{
background-color: #1CDAFC;
}
</style>
border-color css
<style>
span { border-color: #1CDAFC; }
span { border-color: rgb(28,218,252); }
td.TdClassName
{
border-color: #1CDAFC;
}
.TagClassName
{
border-color: #1CDAFC;
}
</style>