Shades of Deep Sky Blue #1BBCF1
Tints of Deep Sky Blue #1BBCF1
RGB
CMYK
RGB Variations
Color information
#1BBCF1 (or 0x1BBCF1) is known color: Deep Sky Blue. HEX triplet: 1B, BC and F1. RGB value is (27,188,241). Sum of RGB (Red+Green+Blue) = 27+188+241=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #1BBCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCF1 is #E4430E. Grayscale: #919191. Windows color (decimal): -14959375 or 15842331. OLE color: 15842331.
HSL color Cylindrical-coordinate representation of color #1BBCF1: hue angle of 194.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBCF1 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 188 | 241 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.05 |
| HSL | 194.86º | 0.88% | 0.53% | - |
| HSV(B) | 194.86º | 0.89% | 0.95% | - |
| XYZ | 34.31 | 42.55 | 89.62 | - |
| YUV | 145.9 | 181.66 | 43.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 241 | 0.89 | 0.22 | 0 | 0.05 | 194.86 | 0.88 | 0.53 |
| Hex | 1B | BC | F1 | 59 | 16 | 0 | 5 | C3 | 58 | 35 |
| Octal | 33 | 274 | 361 | 131 | 26 | 0 | 5 | 303 | 130 | 65 |
| Binary | 11011 | 10111100 | 11110001 | 1011001 | 10110 | 0 | 101 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1BBCF1
Complementary color
Monochromatic Colors of #1BBCF1
Black with #1BBCF1
Text Example
Text Example
White with #1BBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCF1; }
p { color: rgb(27,188,241); }
H1.HeaderClassName
{
color: #1BBCF1;
}
.AnyTagClassName
{
color: #1BBCF1;
}
</style>
background-color css
<style>
a { background-color: #1BBCF1; }
a { background-color: rgb(27,188,241); }
div.DivClassName
{
background-color: #1BBCF1;
}
.BgClassName
{
background-color: #1BBCF1;
}
</style>
border-color css
<style>
span { border-color: #1BBCF1; }
span { border-color: rgb(27,188,241); }
td.TdClassName
{
border-color: #1BBCF1;
}
.TagClassName
{
border-color: #1BBCF1;
}
</style>