Shades of Deep Sky Blue #1BD0FF
Tints of Deep Sky Blue #1BD0FF
RGB
CMYK
RGB Variations
Color information
#1BD0FF (or 0x1BD0FF) is known color: Deep Sky Blue. HEX triplet: 1B, D0 and FF. RGB value is (27,208,255). Sum of RGB (Red+Green+Blue) = 27+208+255=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BD0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD0FF is #E42F00. Grayscale: #9E9E9E. Windows color (decimal): -14954241 or 16764955. OLE color: 16764955.
HSL color Cylindrical-coordinate representation of color #1BD0FF: hue angle of 192.37º 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 #1BD0FF is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 208 | 255 | - |
| CMYK | 0.89 | 0.18 | 0 | 0 |
| HSL | 192.37º | 1% | 0.55% | - |
| HSV(B) | 192.37º | 0.89% | 1% | - |
| XYZ | 41.06 | 52.56 | 102.59 | - |
| YUV | 159.24 | 182.03 | 33.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 208 | 255 | 0.89 | 0.18 | 0 | 0 | 192.37 | 1 | 0.55 |
| Hex | 1B | D0 | FF | 59 | 12 | 0 | 0 | C0 | 64 | 37 |
| Octal | 33 | 320 | 377 | 131 | 22 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11011 | 11010000 | 11111111 | 1011001 | 10010 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #1BD0FF
Complementary color
Monochromatic Colors of #1BD0FF
Black with #1BD0FF
Text Example
Text Example
White with #1BD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD0FF; }
p { color: rgb(27,208,255); }
H1.HeaderClassName
{
color: #1BD0FF;
}
.AnyTagClassName
{
color: #1BD0FF;
}
</style>
background-color css
<style>
a { background-color: #1BD0FF; }
a { background-color: rgb(27,208,255); }
div.DivClassName
{
background-color: #1BD0FF;
}
.BgClassName
{
background-color: #1BD0FF;
}
</style>
border-color css
<style>
span { border-color: #1BD0FF; }
span { border-color: rgb(27,208,255); }
td.TdClassName
{
border-color: #1BD0FF;
}
.TagClassName
{
border-color: #1BD0FF;
}
</style>