Shades of Deep Sky Blue #1BDDFF
Tints of Deep Sky Blue #1BDDFF
RGB
CMYK
RGB Variations
Color information
#1BDDFF (or 0x1BDDFF) is known color: Deep Sky Blue. HEX triplet: 1B, DD and FF. RGB value is (27,221,255). Sum of RGB (Red+Green+Blue) = 27+221+255=503 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.37% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BDDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDDFF is #E42200. Grayscale: #A6A6A6. Windows color (decimal): -14950913 or 16768283. OLE color: 16768283.
HSL color Cylindrical-coordinate representation of color #1BDDFF: hue angle of 188.95º 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 #1BDDFF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 221 | 255 | - |
| CMYK | 0.89 | 0.13 | 0 | 0 |
| HSL | 188.95º | 1% | 0.55% | - |
| HSV(B) | 188.95º | 0.89% | 1% | - |
| XYZ | 44.36 | 59.17 | 103.69 | - |
| YUV | 166.87 | 177.73 | 28.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 255 | 0.89 | 0.13 | 0 | 0 | 188.95 | 1 | 0.55 |
| Hex | 1B | DD | FF | 59 | D | 0 | 0 | BD | 64 | 37 |
| Octal | 33 | 335 | 377 | 131 | 15 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11011 | 11011101 | 11111111 | 1011001 | 1101 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1BDDFF
Complementary color
Monochromatic Colors of #1BDDFF
Black with #1BDDFF
Text Example
Text Example
White with #1BDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDFF; }
p { color: rgb(27,221,255); }
H1.HeaderClassName
{
color: #1BDDFF;
}
.AnyTagClassName
{
color: #1BDDFF;
}
</style>
background-color css
<style>
a { background-color: #1BDDFF; }
a { background-color: rgb(27,221,255); }
div.DivClassName
{
background-color: #1BDDFF;
}
.BgClassName
{
background-color: #1BDDFF;
}
</style>
border-color css
<style>
span { border-color: #1BDDFF; }
span { border-color: rgb(27,221,255); }
td.TdClassName
{
border-color: #1BDDFF;
}
.TagClassName
{
border-color: #1BDDFF;
}
</style>