Shades of Deep Sky Blue #1BCFFE
Tints of Deep Sky Blue #1BCFFE
RGB
CMYK
RGB Variations
Color information
#1BCFFE (or 0x1BCFFE) is known color: Deep Sky Blue. HEX triplet: 1B, CF and FE. RGB value is (27,207,254). Sum of RGB (Red+Green+Blue) = 27+207+254=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFFE is #E43001. Grayscale: #9E9E9E. Windows color (decimal): -14954498 or 16699163. OLE color: 16699163.
HSL color Cylindrical-coordinate representation of color #1BCFFE: hue angle of 192.42º 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 #1BCFFE is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 207 | 254 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.00 |
| HSL | 192.42º | 0.99% | 0.55% | - |
| HSV(B) | 192.42º | 0.89% | 1% | - |
| XYZ | 40.65 | 52.01 | 101.66 | - |
| YUV | 158.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 254 | 0.89 | 0.19 | 0 | 0.00 | 192.42 | 0.99 | 0.55 |
| Hex | 1B | CF | FE | 59 | 13 | 0 | 0 | C0 | 63 | 37 |
| Octal | 33 | 317 | 376 | 131 | 23 | 0 | 0 | 300 | 143 | 67 |
| Binary | 11011 | 11001111 | 11111110 | 1011001 | 10011 | 0 | 0 | 11000000 | 1100011 | 110111 |
Color Harmonies of #1BCFFE
Complementary color
Monochromatic Colors of #1BCFFE
Black with #1BCFFE
Text Example
Text Example
White with #1BCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFFE; }
p { color: rgb(27,207,254); }
H1.HeaderClassName
{
color: #1BCFFE;
}
.AnyTagClassName
{
color: #1BCFFE;
}
</style>
background-color css
<style>
a { background-color: #1BCFFE; }
a { background-color: rgb(27,207,254); }
div.DivClassName
{
background-color: #1BCFFE;
}
.BgClassName
{
background-color: #1BCFFE;
}
</style>
border-color css
<style>
span { border-color: #1BCFFE; }
span { border-color: rgb(27,207,254); }
td.TdClassName
{
border-color: #1BCFFE;
}
.TagClassName
{
border-color: #1BCFFE;
}
</style>