Shades of Deep Sky Blue #1BD5FE
Tints of Deep Sky Blue #1BD5FE
RGB
CMYK
RGB Variations
Color information
#1BD5FE (or 0x1BD5FE) is known color: Deep Sky Blue. HEX triplet: 1B, D5 and FE. RGB value is (27,213,254). Sum of RGB (Red+Green+Blue) = 27+213+254=494 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.47% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BD5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD5FE is #E42A01. Grayscale: #A1A1A1. Windows color (decimal): -14952962 or 16700699. OLE color: 16700699.
HSL color Cylindrical-coordinate representation of color #1BD5FE: hue angle of 190.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BD5FE is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 213 | 254 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.00 |
| HSL | 190.84º | 0.99% | 0.55% | - |
| HSV(B) | 190.84º | 0.89% | 1% | - |
| XYZ | 42.14 | 54.98 | 102.16 | - |
| YUV | 162.06 | 179.88 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 213 | 254 | 0.89 | 0.16 | 0 | 0.00 | 190.84 | 0.99 | 0.55 |
| Hex | 1B | D5 | FE | 59 | 10 | 0 | 0 | BF | 63 | 37 |
| Octal | 33 | 325 | 376 | 131 | 20 | 0 | 0 | 277 | 143 | 67 |
| Binary | 11011 | 11010101 | 11111110 | 1011001 | 10000 | 0 | 0 | 10111111 | 1100011 | 110111 |
Color Harmonies of #1BD5FE
Complementary color
Monochromatic Colors of #1BD5FE
Black with #1BD5FE
Text Example
Text Example
White with #1BD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD5FE; }
p { color: rgb(27,213,254); }
H1.HeaderClassName
{
color: #1BD5FE;
}
.AnyTagClassName
{
color: #1BD5FE;
}
</style>
background-color css
<style>
a { background-color: #1BD5FE; }
a { background-color: rgb(27,213,254); }
div.DivClassName
{
background-color: #1BD5FE;
}
.BgClassName
{
background-color: #1BD5FE;
}
</style>
border-color css
<style>
span { border-color: #1BD5FE; }
span { border-color: rgb(27,213,254); }
td.TdClassName
{
border-color: #1BD5FE;
}
.TagClassName
{
border-color: #1BD5FE;
}
</style>