Shades of Deep Sky Blue #1BCFFC
Tints of Deep Sky Blue #1BCFFC
RGB
CMYK
RGB Variations
Color information
#1BCFFC (or 0x1BCFFC) is known color: Deep Sky Blue. HEX triplet: 1B, CF and FC. RGB value is (27,207,252). Sum of RGB (Red+Green+Blue) = 27+207+252=486 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.56% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BCFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFFC is #E43003. Grayscale: #9D9D9D. Windows color (decimal): -14954500 or 16568091. OLE color: 16568091.
HSL color Cylindrical-coordinate representation of color #1BCFFC: hue angle of 192º 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 #1BCFFC is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 207 | 252 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.01 |
| HSL | 192º | 0.97% | 0.55% | - |
| HSV(B) | 192º | 0.89% | 0.99% | - |
| XYZ | 40.34 | 51.89 | 99.98 | - |
| YUV | 158.31 | 180.87 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 252 | 0.89 | 0.18 | 0 | 0.01 | 192 | 0.97 | 0.55 |
| Hex | 1B | CF | FC | 59 | 12 | 0 | 1 | C0 | 61 | 37 |
| Octal | 33 | 317 | 374 | 131 | 22 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11011 | 11001111 | 11111100 | 1011001 | 10010 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1BCFFC
Complementary color
Monochromatic Colors of #1BCFFC
Black with #1BCFFC
Text Example
Text Example
White with #1BCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFFC; }
p { color: rgb(27,207,252); }
H1.HeaderClassName
{
color: #1BCFFC;
}
.AnyTagClassName
{
color: #1BCFFC;
}
</style>
background-color css
<style>
a { background-color: #1BCFFC; }
a { background-color: rgb(27,207,252); }
div.DivClassName
{
background-color: #1BCFFC;
}
.BgClassName
{
background-color: #1BCFFC;
}
</style>
border-color css
<style>
span { border-color: #1BCFFC; }
span { border-color: rgb(27,207,252); }
td.TdClassName
{
border-color: #1BCFFC;
}
.TagClassName
{
border-color: #1BCFFC;
}
</style>