Shades of Deep Sky Blue #1BBCFC
Tints of Deep Sky Blue #1BBCFC
RGB
CMYK
RGB Variations
Color information
#1BBCFC (or 0x1BBCFC) is known color: Deep Sky Blue. HEX triplet: 1B, BC and FC. RGB value is (27,188,252). Sum of RGB (Red+Green+Blue) = 27+188+252=467 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.78% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCFC is #E44303. Grayscale: #929292. Windows color (decimal): -14959364 or 16563227. OLE color: 16563227.
HSL color Cylindrical-coordinate representation of color #1BBCFC: hue angle of 197.07º 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 #1BBCFC is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 188 | 252 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.01 |
| HSL | 197.07º | 0.97% | 0.55% | - |
| HSV(B) | 197.07º | 0.89% | 0.99% | - |
| XYZ | 36.01 | 43.23 | 98.54 | - |
| YUV | 147.16 | 187.16 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 252 | 0.89 | 0.25 | 0 | 0.01 | 197.07 | 0.97 | 0.55 |
| Hex | 1B | BC | FC | 59 | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 33 | 274 | 374 | 131 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11011 | 10111100 | 11111100 | 1011001 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1BBCFC
Complementary color
Monochromatic Colors of #1BBCFC
Black with #1BBCFC
Text Example
Text Example
White with #1BBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCFC; }
p { color: rgb(27,188,252); }
H1.HeaderClassName
{
color: #1BBCFC;
}
.AnyTagClassName
{
color: #1BBCFC;
}
</style>
background-color css
<style>
a { background-color: #1BBCFC; }
a { background-color: rgb(27,188,252); }
div.DivClassName
{
background-color: #1BBCFC;
}
.BgClassName
{
background-color: #1BBCFC;
}
</style>
border-color css
<style>
span { border-color: #1BBCFC; }
span { border-color: rgb(27,188,252); }
td.TdClassName
{
border-color: #1BBCFC;
}
.TagClassName
{
border-color: #1BBCFC;
}
</style>