Shades of Deep Sky Blue #1BB6FC
Tints of Deep Sky Blue #1BB6FC
RGB
CMYK
RGB Variations
Color information
#1BB6FC (or 0x1BB6FC) is known color: Deep Sky Blue. HEX triplet: 1B, B6 and FC. RGB value is (27,182,252). Sum of RGB (Red+Green+Blue) = 27+182+252=461 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.86% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BB6FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BB6FC is #E44903. Grayscale: #8F8F8F. Windows color (decimal): -14960900 or 16561691. OLE color: 16561691.
HSL color Cylindrical-coordinate representation of color #1BB6FC: hue angle of 198.67º 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 #1BB6FC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 182 | 252 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.01 |
| HSL | 198.67º | 0.97% | 0.55% | - |
| HSV(B) | 198.67º | 0.89% | 0.99% | - |
| XYZ | 34.75 | 40.72 | 98.12 | - |
| YUV | 143.64 | 189.15 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 182 | 252 | 0.89 | 0.28 | 0 | 0.01 | 198.67 | 0.97 | 0.55 |
| Hex | 1B | B6 | FC | 59 | 1C | 0 | 1 | C7 | 61 | 37 |
| Octal | 33 | 266 | 374 | 131 | 34 | 0 | 1 | 307 | 141 | 67 |
| Binary | 11011 | 10110110 | 11111100 | 1011001 | 11100 | 0 | 1 | 11000111 | 1100001 | 110111 |
Color Harmonies of #1BB6FC
Complementary color
Monochromatic Colors of #1BB6FC
Black with #1BB6FC
Text Example
Text Example
White with #1BB6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB6FC; }
p { color: rgb(27,182,252); }
H1.HeaderClassName
{
color: #1BB6FC;
}
.AnyTagClassName
{
color: #1BB6FC;
}
</style>
background-color css
<style>
a { background-color: #1BB6FC; }
a { background-color: rgb(27,182,252); }
div.DivClassName
{
background-color: #1BB6FC;
}
.BgClassName
{
background-color: #1BB6FC;
}
</style>
border-color css
<style>
span { border-color: #1BB6FC; }
span { border-color: rgb(27,182,252); }
td.TdClassName
{
border-color: #1BB6FC;
}
.TagClassName
{
border-color: #1BB6FC;
}
</style>