Shades of Deep Sky Blue #1FCBFD
Tints of Deep Sky Blue #1FCBFD
RGB
CMYK
RGB Variations
Color information
#1FCBFD (or 0x1FCBFD) is known color: Deep Sky Blue. HEX triplet: 1F, CB and FD. RGB value is (31,203,253). Sum of RGB (Red+Green+Blue) = 31+203+253=487 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.37% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FCBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCBFD is #E03402. Grayscale: #9C9C9C. Windows color (decimal): -14693379 or 16632607. OLE color: 16632607.
HSL color Cylindrical-coordinate representation of color #1FCBFD: hue angle of 193.51º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCBFD is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 203 | 253 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.01 |
| HSL | 193.51º | 0.98% | 0.56% | - |
| HSV(B) | 193.51º | 0.88% | 0.99% | - |
| XYZ | 39.65 | 50.1 | 100.51 | - |
| YUV | 157.27 | 182.02 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 253 | 0.88 | 0.20 | 0 | 0.01 | 193.51 | 0.98 | 0.56 |
| Hex | 1F | CB | FD | 58 | 14 | 0 | 1 | C2 | 62 | 38 |
| Octal | 37 | 313 | 375 | 130 | 24 | 0 | 1 | 302 | 142 | 70 |
| Binary | 11111 | 11001011 | 11111101 | 1011000 | 10100 | 0 | 1 | 11000010 | 1100010 | 111000 |
Color Harmonies of #1FCBFD
Complementary color
Monochromatic Colors of #1FCBFD
Black with #1FCBFD
Text Example
Text Example
White with #1FCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBFD; }
p { color: rgb(31,203,253); }
H1.HeaderClassName
{
color: #1FCBFD;
}
.AnyTagClassName
{
color: #1FCBFD;
}
</style>
background-color css
<style>
a { background-color: #1FCBFD; }
a { background-color: rgb(31,203,253); }
div.DivClassName
{
background-color: #1FCBFD;
}
.BgClassName
{
background-color: #1FCBFD;
}
</style>
border-color css
<style>
span { border-color: #1FCBFD; }
span { border-color: rgb(31,203,253); }
td.TdClassName
{
border-color: #1FCBFD;
}
.TagClassName
{
border-color: #1FCBFD;
}
</style>