Shades of Deep Sky Blue #1BDBFC
Tints of Deep Sky Blue #1BDBFC
RGB
CMYK
RGB Variations
Color information
#1BDBFC (or 0x1BDBFC) is known color: Deep Sky Blue. HEX triplet: 1B, DB and FC. RGB value is (27,219,252). Sum of RGB (Red+Green+Blue) = 27+219+252=498 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.42% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BDBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BDBFC is #E42403. Grayscale: #A5A5A5. Windows color (decimal): -14951428 or 16571163. OLE color: 16571163.
HSL color Cylindrical-coordinate representation of color #1BDBFC: hue angle of 188.8º 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 #1BDBFC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 219 | 252 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.01 |
| HSL | 188.8º | 0.97% | 0.55% | - |
| HSV(B) | 188.8º | 0.89% | 0.99% | - |
| XYZ | 43.35 | 57.92 | 100.99 | - |
| YUV | 165.35 | 176.89 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 219 | 252 | 0.89 | 0.13 | 0 | 0.01 | 188.8 | 0.97 | 0.55 |
| Hex | 1B | DB | FC | 59 | D | 0 | 1 | BD | 61 | 37 |
| Octal | 33 | 333 | 374 | 131 | 15 | 0 | 1 | 275 | 141 | 67 |
| Binary | 11011 | 11011011 | 11111100 | 1011001 | 1101 | 0 | 1 | 10111101 | 1100001 | 110111 |
Color Harmonies of #1BDBFC
Complementary color
Monochromatic Colors of #1BDBFC
Black with #1BDBFC
Text Example
Text Example
White with #1BDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDBFC; }
p { color: rgb(27,219,252); }
H1.HeaderClassName
{
color: #1BDBFC;
}
.AnyTagClassName
{
color: #1BDBFC;
}
</style>
background-color css
<style>
a { background-color: #1BDBFC; }
a { background-color: rgb(27,219,252); }
div.DivClassName
{
background-color: #1BDBFC;
}
.BgClassName
{
background-color: #1BDBFC;
}
</style>
border-color css
<style>
span { border-color: #1BDBFC; }
span { border-color: rgb(27,219,252); }
td.TdClassName
{
border-color: #1BDBFC;
}
.TagClassName
{
border-color: #1BDBFC;
}
</style>