Shades of Deep Sky Blue #1BCDF0
Tints of Deep Sky Blue #1BCDF0
RGB
CMYK
RGB Variations
Color information
#1BCDF0 (or 0x1BCDF0) is known color: Deep Sky Blue. HEX triplet: 1B, CD and F0. RGB value is (27,205,240). Sum of RGB (Red+Green+Blue) = 27+205+240=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BCDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCDF0 is #E4320F. Grayscale: #9B9B9B. Windows color (decimal): -14955024 or 15781147. OLE color: 15781147.
HSL color Cylindrical-coordinate representation of color #1BCDF0: hue angle of 189.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCDF0 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 205 | 240 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.06 |
| HSL | 189.86º | 0.88% | 0.52% | - |
| HSV(B) | 189.86º | 0.89% | 0.94% | - |
| XYZ | 38.01 | 50.19 | 90.12 | - |
| YUV | 155.77 | 175.53 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 240 | 0.89 | 0.15 | 0 | 0.06 | 189.86 | 0.88 | 0.52 |
| Hex | 1B | CD | F0 | 59 | F | 0 | 6 | BE | 58 | 34 |
| Octal | 33 | 315 | 360 | 131 | 17 | 0 | 6 | 276 | 130 | 64 |
| Binary | 11011 | 11001101 | 11110000 | 1011001 | 1111 | 0 | 110 | 10111110 | 1011000 | 110100 |
Color Harmonies of #1BCDF0
Complementary color
Monochromatic Colors of #1BCDF0
Black with #1BCDF0
Text Example
Text Example
White with #1BCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDF0; }
p { color: rgb(27,205,240); }
H1.HeaderClassName
{
color: #1BCDF0;
}
.AnyTagClassName
{
color: #1BCDF0;
}
</style>
background-color css
<style>
a { background-color: #1BCDF0; }
a { background-color: rgb(27,205,240); }
div.DivClassName
{
background-color: #1BCDF0;
}
.BgClassName
{
background-color: #1BCDF0;
}
</style>
border-color css
<style>
span { border-color: #1BCDF0; }
span { border-color: rgb(27,205,240); }
td.TdClassName
{
border-color: #1BCDF0;
}
.TagClassName
{
border-color: #1BCDF0;
}
</style>