Shades of Deep Sky Blue #1BC4F9
Tints of Deep Sky Blue #1BC4F9
RGB
CMYK
RGB Variations
Color information
#1BC4F9 (or 0x1BC4F9) is known color: Deep Sky Blue. HEX triplet: 1B, C4 and F9. RGB value is (27,196,249). Sum of RGB (Red+Green+Blue) = 27+196+249=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #1BC4F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC4F9 is #E43B06. Grayscale: #979797. Windows color (decimal): -14957319 or 16368667. OLE color: 16368667.
HSL color Cylindrical-coordinate representation of color #1BC4F9: hue angle of 194.32º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BC4F9 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 196 | 249 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.02 |
| HSL | 194.32º | 0.95% | 0.54% | - |
| HSV(B) | 194.32º | 0.89% | 0.98% | - |
| XYZ | 37.29 | 46.55 | 96.64 | - |
| YUV | 151.51 | 183.01 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 196 | 249 | 0.89 | 0.21 | 0 | 0.02 | 194.32 | 0.95 | 0.54 |
| Hex | 1B | C4 | F9 | 59 | 15 | 0 | 2 | C2 | 5F | 36 |
| Octal | 33 | 304 | 371 | 131 | 25 | 0 | 2 | 302 | 137 | 66 |
| Binary | 11011 | 11000100 | 11111001 | 1011001 | 10101 | 0 | 10 | 11000010 | 1011111 | 110110 |
Color Harmonies of #1BC4F9
Complementary color
Monochromatic Colors of #1BC4F9
Black with #1BC4F9
Text Example
Text Example
White with #1BC4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC4F9; }
p { color: rgb(27,196,249); }
H1.HeaderClassName
{
color: #1BC4F9;
}
.AnyTagClassName
{
color: #1BC4F9;
}
</style>
background-color css
<style>
a { background-color: #1BC4F9; }
a { background-color: rgb(27,196,249); }
div.DivClassName
{
background-color: #1BC4F9;
}
.BgClassName
{
background-color: #1BC4F9;
}
</style>
border-color css
<style>
span { border-color: #1BC4F9; }
span { border-color: rgb(27,196,249); }
td.TdClassName
{
border-color: #1BC4F9;
}
.TagClassName
{
border-color: #1BC4F9;
}
</style>