Shades of Deep Sky Blue #1FBDFC
Tints of Deep Sky Blue #1FBDFC
RGB
CMYK
RGB Variations
Color information
#1FBDFC (or 0x1FBDFC) is known color: Deep Sky Blue. HEX triplet: 1F, BD and FC. RGB value is (31,189,252). Sum of RGB (Red+Green+Blue) = 31+189+252=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FBDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDFC is #E04203. Grayscale: #949494. Windows color (decimal): -14696964 or 16563487. OLE color: 16563487.
HSL color Cylindrical-coordinate representation of color #1FBDFC: hue angle of 197.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBDFC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 189 | 252 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.01 |
| HSL | 197.1º | 0.97% | 0.55% | - |
| HSV(B) | 197.1º | 0.88% | 0.99% | - |
| XYZ | 36.33 | 43.71 | 98.62 | - |
| YUV | 148.94 | 186.15 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 252 | 0.88 | 0.25 | 0 | 0.01 | 197.1 | 0.97 | 0.55 |
| Hex | 1F | BD | FC | 58 | 19 | 0 | 1 | C5 | 61 | 37 |
| Octal | 37 | 275 | 374 | 130 | 31 | 0 | 1 | 305 | 141 | 67 |
| Binary | 11111 | 10111101 | 11111100 | 1011000 | 11001 | 0 | 1 | 11000101 | 1100001 | 110111 |
Color Harmonies of #1FBDFC
Complementary color
Monochromatic Colors of #1FBDFC
Black with #1FBDFC
Text Example
Text Example
White with #1FBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDFC; }
p { color: rgb(31,189,252); }
H1.HeaderClassName
{
color: #1FBDFC;
}
.AnyTagClassName
{
color: #1FBDFC;
}
</style>
background-color css
<style>
a { background-color: #1FBDFC; }
a { background-color: rgb(31,189,252); }
div.DivClassName
{
background-color: #1FBDFC;
}
.BgClassName
{
background-color: #1FBDFC;
}
</style>
border-color css
<style>
span { border-color: #1FBDFC; }
span { border-color: rgb(31,189,252); }
td.TdClassName
{
border-color: #1FBDFC;
}
.TagClassName
{
border-color: #1FBDFC;
}
</style>