Shades of Deep Sky Blue #1CD7FF
Tints of Deep Sky Blue #1CD7FF
RGB
CMYK
RGB Variations
Color information
#1CD7FF (or 0x1CD7FF) is known color: Deep Sky Blue. HEX triplet: 1C, D7 and FF. RGB value is (28,215,255). Sum of RGB (Red+Green+Blue) = 28+215+255=498 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.62% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CD7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD7FF is #E32800. Grayscale: #A3A3A3. Windows color (decimal): -14886913 or 16766748. OLE color: 16766748.
HSL color Cylindrical-coordinate representation of color #1CD7FF: hue angle of 190.57º 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 #1CD7FF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 215 | 255 | - |
| CMYK | 0.89 | 0.16 | 0 | 0 |
| HSL | 190.57º | 1% | 0.55% | - |
| HSV(B) | 190.57º | 0.89% | 1% | - |
| XYZ | 42.83 | 56.07 | 103.17 | - |
| YUV | 163.65 | 179.55 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 215 | 255 | 0.89 | 0.16 | 0 | 0 | 190.57 | 1 | 0.55 |
| Hex | 1C | D7 | FF | 59 | 10 | 0 | 0 | BF | 64 | 37 |
| Octal | 34 | 327 | 377 | 131 | 20 | 0 | 0 | 277 | 144 | 67 |
| Binary | 11100 | 11010111 | 11111111 | 1011001 | 10000 | 0 | 0 | 10111111 | 1100100 | 110111 |
Color Harmonies of #1CD7FF
Complementary color
Monochromatic Colors of #1CD7FF
Black with #1CD7FF
Text Example
Text Example
White with #1CD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD7FF; }
p { color: rgb(28,215,255); }
H1.HeaderClassName
{
color: #1CD7FF;
}
.AnyTagClassName
{
color: #1CD7FF;
}
</style>
background-color css
<style>
a { background-color: #1CD7FF; }
a { background-color: rgb(28,215,255); }
div.DivClassName
{
background-color: #1CD7FF;
}
.BgClassName
{
background-color: #1CD7FF;
}
</style>
border-color css
<style>
span { border-color: #1CD7FF; }
span { border-color: rgb(28,215,255); }
td.TdClassName
{
border-color: #1CD7FF;
}
.TagClassName
{
border-color: #1CD7FF;
}
</style>