Shades of Deep Sky Blue #1FBDFE
Tints of Deep Sky Blue #1FBDFE
RGB
CMYK
RGB Variations
Color information
#1FBDFE (or 0x1FBDFE) is known color: Deep Sky Blue. HEX triplet: 1F, BD and FE. RGB value is (31,189,254). Sum of RGB (Red+Green+Blue) = 31+189+254=474 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.54% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FBDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDFE is #E04201. Grayscale: #949494. Windows color (decimal): -14696962 or 16694559. OLE color: 16694559.
HSL color Cylindrical-coordinate representation of color #1FBDFE: hue angle of 197.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBDFE is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 189 | 254 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.00 |
| HSL | 197.49º | 0.99% | 0.56% | - |
| HSV(B) | 197.49º | 0.88% | 1% | - |
| XYZ | 36.65 | 43.84 | 100.3 | - |
| YUV | 149.17 | 187.15 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 254 | 0.88 | 0.26 | 0 | 0.00 | 197.49 | 0.99 | 0.56 |
| Hex | 1F | BD | FE | 58 | 1A | 0 | 0 | C5 | 63 | 38 |
| Octal | 37 | 275 | 376 | 130 | 32 | 0 | 0 | 305 | 143 | 70 |
| Binary | 11111 | 10111101 | 11111110 | 1011000 | 11010 | 0 | 0 | 11000101 | 1100011 | 111000 |
Color Harmonies of #1FBDFE
Complementary color
Monochromatic Colors of #1FBDFE
Black with #1FBDFE
Text Example
Text Example
White with #1FBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDFE; }
p { color: rgb(31,189,254); }
H1.HeaderClassName
{
color: #1FBDFE;
}
.AnyTagClassName
{
color: #1FBDFE;
}
</style>
background-color css
<style>
a { background-color: #1FBDFE; }
a { background-color: rgb(31,189,254); }
div.DivClassName
{
background-color: #1FBDFE;
}
.BgClassName
{
background-color: #1FBDFE;
}
</style>
border-color css
<style>
span { border-color: #1FBDFE; }
span { border-color: rgb(31,189,254); }
td.TdClassName
{
border-color: #1FBDFE;
}
.TagClassName
{
border-color: #1FBDFE;
}
</style>