Shades of Deep Sky Blue #1BDCFF
Tints of Deep Sky Blue #1BDCFF
RGB
CMYK
RGB Variations
Color information
#1BDCFF (or 0x1BDCFF) is known color: Deep Sky Blue. HEX triplet: 1B, DC and FF. RGB value is (27,220,255). Sum of RGB (Red+Green+Blue) = 27+220+255=502 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.38% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDCFF is #E42300. Grayscale: #A5A5A5. Windows color (decimal): -14951169 or 16768027. OLE color: 16768027.
HSL color Cylindrical-coordinate representation of color #1BDCFF: hue angle of 189.21º 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 #1BDCFF is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 220 | 255 | - |
| CMYK | 0.89 | 0.14 | 0 | 0 |
| HSL | 189.21º | 1% | 0.55% | - |
| HSV(B) | 189.21º | 0.89% | 1% | - |
| XYZ | 44.1 | 58.64 | 103.6 | - |
| YUV | 166.28 | 178.06 | 28.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 255 | 0.89 | 0.14 | 0 | 0 | 189.21 | 1 | 0.55 |
| Hex | 1B | DC | FF | 59 | E | 0 | 0 | BD | 64 | 37 |
| Octal | 33 | 334 | 377 | 131 | 16 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11011 | 11011100 | 11111111 | 1011001 | 1110 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1BDCFF
Complementary color
Monochromatic Colors of #1BDCFF
Black with #1BDCFF
Text Example
Text Example
White with #1BDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDCFF; }
p { color: rgb(27,220,255); }
H1.HeaderClassName
{
color: #1BDCFF;
}
.AnyTagClassName
{
color: #1BDCFF;
}
</style>
background-color css
<style>
a { background-color: #1BDCFF; }
a { background-color: rgb(27,220,255); }
div.DivClassName
{
background-color: #1BDCFF;
}
.BgClassName
{
background-color: #1BDCFF;
}
</style>
border-color css
<style>
span { border-color: #1BDCFF; }
span { border-color: rgb(27,220,255); }
td.TdClassName
{
border-color: #1BDCFF;
}
.TagClassName
{
border-color: #1BDCFF;
}
</style>