Shades of Deep Sky Blue #1BCEFF
Tints of Deep Sky Blue #1BCEFF
RGB
CMYK
RGB Variations
Color information
#1BCEFF (or 0x1BCEFF) is known color: Deep Sky Blue. HEX triplet: 1B, CE and FF. RGB value is (27,206,255). Sum of RGB (Red+Green+Blue) = 27+206+255=488 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.53% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCEFF is #E43100. Grayscale: #9D9D9D. Windows color (decimal): -14954753 or 16764443. OLE color: 16764443.
HSL color Cylindrical-coordinate representation of color #1BCEFF: hue angle of 192.89º 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 #1BCEFF is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 206 | 255 | - |
| CMYK | 0.89 | 0.19 | 0 | 0 |
| HSL | 192.89º | 1% | 0.55% | - |
| HSV(B) | 192.89º | 0.89% | 1% | - |
| XYZ | 40.57 | 51.6 | 102.43 | - |
| YUV | 158.07 | 182.7 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 255 | 0.89 | 0.19 | 0 | 0 | 192.89 | 1 | 0.55 |
| Hex | 1B | CE | FF | 59 | 13 | 0 | 0 | C1 | 64 | 37 |
| Octal | 33 | 316 | 377 | 131 | 23 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11011 | 11001110 | 11111111 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #1BCEFF
Complementary color
Monochromatic Colors of #1BCEFF
Black with #1BCEFF
Text Example
Text Example
White with #1BCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCEFF; }
p { color: rgb(27,206,255); }
H1.HeaderClassName
{
color: #1BCEFF;
}
.AnyTagClassName
{
color: #1BCEFF;
}
</style>
background-color css
<style>
a { background-color: #1BCEFF; }
a { background-color: rgb(27,206,255); }
div.DivClassName
{
background-color: #1BCEFF;
}
.BgClassName
{
background-color: #1BCEFF;
}
</style>
border-color css
<style>
span { border-color: #1BCEFF; }
span { border-color: rgb(27,206,255); }
td.TdClassName
{
border-color: #1BCEFF;
}
.TagClassName
{
border-color: #1BCEFF;
}
</style>