Shades of Deep Sky Blue #1BCFFF
Tints of Deep Sky Blue #1BCFFF
RGB
CMYK
RGB Variations
Color information
#1BCFFF (or 0x1BCFFF) is known color: Deep Sky Blue. HEX triplet: 1B, CF and FF. RGB value is (27,207,255). Sum of RGB (Red+Green+Blue) = 27+207+255=489 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.52% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFFF is #E43000. Grayscale: #9E9E9E. Windows color (decimal): -14954497 or 16764699. OLE color: 16764699.
HSL color Cylindrical-coordinate representation of color #1BCFFF: hue angle of 192.63º 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 #1BCFFF is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 207 | 255 | - |
| CMYK | 0.89 | 0.19 | 0 | 0 |
| HSL | 192.63º | 1% | 0.55% | - |
| HSV(B) | 192.63º | 0.89% | 1% | - |
| XYZ | 40.81 | 52.08 | 102.51 | - |
| YUV | 158.65 | 182.37 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 255 | 0.89 | 0.19 | 0 | 0 | 192.63 | 1 | 0.55 |
| Hex | 1B | CF | FF | 59 | 13 | 0 | 0 | C1 | 64 | 37 |
| Octal | 33 | 317 | 377 | 131 | 23 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11011 | 11001111 | 11111111 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #1BCFFF
Complementary color
Monochromatic Colors of #1BCFFF
Black with #1BCFFF
Text Example
Text Example
White with #1BCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFFF; }
p { color: rgb(27,207,255); }
H1.HeaderClassName
{
color: #1BCFFF;
}
.AnyTagClassName
{
color: #1BCFFF;
}
</style>
background-color css
<style>
a { background-color: #1BCFFF; }
a { background-color: rgb(27,207,255); }
div.DivClassName
{
background-color: #1BCFFF;
}
.BgClassName
{
background-color: #1BCFFF;
}
</style>
border-color css
<style>
span { border-color: #1BCFFF; }
span { border-color: rgb(27,207,255); }
td.TdClassName
{
border-color: #1BCFFF;
}
.TagClassName
{
border-color: #1BCFFF;
}
</style>