Shades of Deep Sky Blue #1CDAFF
Tints of Deep Sky Blue #1CDAFF
RGB
CMYK
RGB Variations
Color information
#1CDAFF (or 0x1CDAFF) is known color: Deep Sky Blue. HEX triplet: 1C, DA and FF. RGB value is (28,218,255). Sum of RGB (Red+Green+Blue) = 28+218+255=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDAFF is #E32500. Grayscale: #A5A5A5. Windows color (decimal): -14886145 or 16767516. OLE color: 16767516.
HSL color Cylindrical-coordinate representation of color #1CDAFF: hue angle of 189.78º 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 #1CDAFF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 218 | 255 | - |
| CMYK | 0.89 | 0.15 | 0 | 0 |
| HSL | 189.78º | 1% | 0.55% | - |
| HSV(B) | 189.78º | 0.89% | 1% | - |
| XYZ | 43.6 | 57.61 | 103.43 | - |
| YUV | 165.41 | 178.55 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 255 | 0.89 | 0.15 | 0 | 0 | 189.78 | 1 | 0.55 |
| Hex | 1C | DA | FF | 59 | F | 0 | 0 | BE | 64 | 37 |
| Octal | 34 | 332 | 377 | 131 | 17 | 0 | 0 | 276 | 144 | 67 |
| Binary | 11100 | 11011010 | 11111111 | 1011001 | 1111 | 0 | 0 | 10111110 | 1100100 | 110111 |
Color Harmonies of #1CDAFF
Complementary color
Monochromatic Colors of #1CDAFF
Black with #1CDAFF
Text Example
Text Example
White with #1CDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDAFF; }
p { color: rgb(28,218,255); }
H1.HeaderClassName
{
color: #1CDAFF;
}
.AnyTagClassName
{
color: #1CDAFF;
}
</style>
background-color css
<style>
a { background-color: #1CDAFF; }
a { background-color: rgb(28,218,255); }
div.DivClassName
{
background-color: #1CDAFF;
}
.BgClassName
{
background-color: #1CDAFF;
}
</style>
border-color css
<style>
span { border-color: #1CDAFF; }
span { border-color: rgb(28,218,255); }
td.TdClassName
{
border-color: #1CDAFF;
}
.TagClassName
{
border-color: #1CDAFF;
}
</style>