Shades of Deep Sky Blue #1BCDF7
Tints of Deep Sky Blue #1BCDF7
RGB
CMYK
RGB Variations
Color information
#1BCDF7 (or 0x1BCDF7) is known color: Deep Sky Blue. HEX triplet: 1B, CD and F7. RGB value is (27,205,247). Sum of RGB (Red+Green+Blue) = 27+205+247=479 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.64% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #1BCDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCDF7 is #E43208. Grayscale: #9C9C9C. Windows color (decimal): -14955017 or 16239899. OLE color: 16239899.
HSL color Cylindrical-coordinate representation of color #1BCDF7: hue angle of 191.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCDF7 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 205 | 247 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.03 |
| HSL | 191.45º | 0.93% | 0.54% | - |
| HSV(B) | 191.45º | 0.89% | 0.97% | - |
| XYZ | 39.07 | 50.61 | 95.71 | - |
| YUV | 156.57 | 179.03 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 247 | 0.89 | 0.17 | 0 | 0.03 | 191.45 | 0.93 | 0.54 |
| Hex | 1B | CD | F7 | 59 | 11 | 0 | 3 | BF | 5D | 36 |
| Octal | 33 | 315 | 367 | 131 | 21 | 0 | 3 | 277 | 135 | 66 |
| Binary | 11011 | 11001101 | 11110111 | 1011001 | 10001 | 0 | 11 | 10111111 | 1011101 | 110110 |
Color Harmonies of #1BCDF7
Complementary color
Monochromatic Colors of #1BCDF7
Black with #1BCDF7
Text Example
Text Example
White with #1BCDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDF7; }
p { color: rgb(27,205,247); }
H1.HeaderClassName
{
color: #1BCDF7;
}
.AnyTagClassName
{
color: #1BCDF7;
}
</style>
background-color css
<style>
a { background-color: #1BCDF7; }
a { background-color: rgb(27,205,247); }
div.DivClassName
{
background-color: #1BCDF7;
}
.BgClassName
{
background-color: #1BCDF7;
}
</style>
border-color css
<style>
span { border-color: #1BCDF7; }
span { border-color: rgb(27,205,247); }
td.TdClassName
{
border-color: #1BCDF7;
}
.TagClassName
{
border-color: #1BCDF7;
}
</style>