Shades of Deep Sky Blue #1BCEFC
Tints of Deep Sky Blue #1BCEFC
RGB
CMYK
RGB Variations
Color information
#1BCEFC (or 0x1BCEFC) is known color: Deep Sky Blue. HEX triplet: 1B, CE and FC. RGB value is (27,206,252). Sum of RGB (Red+Green+Blue) = 27+206+252=485 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.57% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BCEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCEFC is #E43103. Grayscale: #9D9D9D. Windows color (decimal): -14954756 or 16567835. OLE color: 16567835.
HSL color Cylindrical-coordinate representation of color #1BCEFC: hue angle of 192.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCEFC is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 206 | 252 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.01 |
| HSL | 192.27º | 0.97% | 0.55% | - |
| HSV(B) | 192.27º | 0.89% | 0.99% | - |
| XYZ | 40.09 | 51.4 | 99.9 | - |
| YUV | 157.72 | 181.2 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 252 | 0.89 | 0.18 | 0 | 0.01 | 192.27 | 0.97 | 0.55 |
| Hex | 1B | CE | FC | 59 | 12 | 0 | 1 | C0 | 61 | 37 |
| Octal | 33 | 316 | 374 | 131 | 22 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11011 | 11001110 | 11111100 | 1011001 | 10010 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1BCEFC
Complementary color
Monochromatic Colors of #1BCEFC
Black with #1BCEFC
Text Example
Text Example
White with #1BCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCEFC; }
p { color: rgb(27,206,252); }
H1.HeaderClassName
{
color: #1BCEFC;
}
.AnyTagClassName
{
color: #1BCEFC;
}
</style>
background-color css
<style>
a { background-color: #1BCEFC; }
a { background-color: rgb(27,206,252); }
div.DivClassName
{
background-color: #1BCEFC;
}
.BgClassName
{
background-color: #1BCEFC;
}
</style>
border-color css
<style>
span { border-color: #1BCEFC; }
span { border-color: rgb(27,206,252); }
td.TdClassName
{
border-color: #1BCEFC;
}
.TagClassName
{
border-color: #1BCEFC;
}
</style>