Shades of Deep Sky Blue #1FBDF1
Tints of Deep Sky Blue #1FBDF1
RGB
CMYK
RGB Variations
Color information
#1FBDF1 (or 0x1FBDF1) is known color: Deep Sky Blue. HEX triplet: 1F, BD and F1. RGB value is (31,189,241). Sum of RGB (Red+Green+Blue) = 31+189+241=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FBDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDF1 is #E0420E. Grayscale: #939393. Windows color (decimal): -14696975 or 15842591. OLE color: 15842591.
HSL color Cylindrical-coordinate representation of color #1FBDF1: 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.87%. Process color model (Four color, CMYK) of #1FBDF1 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 189 | 241 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.05 |
| HSL | 194.86º | 0.88% | 0.53% | - |
| HSV(B) | 194.86º | 0.87% | 0.95% | - |
| XYZ | 34.64 | 43.04 | 89.7 | - |
| YUV | 147.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 241 | 0.87 | 0.22 | 0 | 0.05 | 194.86 | 0.88 | 0.53 |
| Hex | 1F | BD | F1 | 57 | 16 | 0 | 5 | C3 | 58 | 35 |
| Octal | 37 | 275 | 361 | 127 | 26 | 0 | 5 | 303 | 130 | 65 |
| Binary | 11111 | 10111101 | 11110001 | 1010111 | 10110 | 0 | 101 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1FBDF1
Complementary color
Monochromatic Colors of #1FBDF1
Black with #1FBDF1
Text Example
Text Example
White with #1FBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDF1; }
p { color: rgb(31,189,241); }
H1.HeaderClassName
{
color: #1FBDF1;
}
.AnyTagClassName
{
color: #1FBDF1;
}
</style>
background-color css
<style>
a { background-color: #1FBDF1; }
a { background-color: rgb(31,189,241); }
div.DivClassName
{
background-color: #1FBDF1;
}
.BgClassName
{
background-color: #1FBDF1;
}
</style>
border-color css
<style>
span { border-color: #1FBDF1; }
span { border-color: rgb(31,189,241); }
td.TdClassName
{
border-color: #1FBDF1;
}
.TagClassName
{
border-color: #1FBDF1;
}
</style>