Shades of Deep Sky Blue #1FCAFA
Tints of Deep Sky Blue #1FCAFA
RGB
CMYK
RGB Variations
Color information
#1FCAFA (or 0x1FCAFA) is known color: Deep Sky Blue. HEX triplet: 1F, CA and FA. RGB value is (31,202,250). Sum of RGB (Red+Green+Blue) = 31+202+250=483 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.42% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCAFA is #E03505. Grayscale: #9B9B9B. Windows color (decimal): -14693638 or 16435743. OLE color: 16435743.
HSL color Cylindrical-coordinate representation of color #1FCAFA: hue angle of 193.15º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCAFA is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 202 | 250 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.02 |
| HSL | 193.15º | 0.96% | 0.55% | - |
| HSV(B) | 193.15º | 0.88% | 0.98% | - |
| XYZ | 38.94 | 49.43 | 97.93 | - |
| YUV | 156.34 | 180.85 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 250 | 0.88 | 0.19 | 0 | 0.02 | 193.15 | 0.96 | 0.55 |
| Hex | 1F | CA | FA | 58 | 13 | 0 | 2 | C1 | 60 | 37 |
| Octal | 37 | 312 | 372 | 130 | 23 | 0 | 2 | 301 | 140 | 67 |
| Binary | 11111 | 11001010 | 11111010 | 1011000 | 10011 | 0 | 10 | 11000001 | 1100000 | 110111 |
Color Harmonies of #1FCAFA
Complementary color
Monochromatic Colors of #1FCAFA
Black with #1FCAFA
Text Example
Text Example
White with #1FCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAFA; }
p { color: rgb(31,202,250); }
H1.HeaderClassName
{
color: #1FCAFA;
}
.AnyTagClassName
{
color: #1FCAFA;
}
</style>
background-color css
<style>
a { background-color: #1FCAFA; }
a { background-color: rgb(31,202,250); }
div.DivClassName
{
background-color: #1FCAFA;
}
.BgClassName
{
background-color: #1FCAFA;
}
</style>
border-color css
<style>
span { border-color: #1FCAFA; }
span { border-color: rgb(31,202,250); }
td.TdClassName
{
border-color: #1FCAFA;
}
.TagClassName
{
border-color: #1FCAFA;
}
</style>