Shades of Deep Sky Blue #1FCAFF
Tints of Deep Sky Blue #1FCAFF
RGB
CMYK
RGB Variations
Color information
#1FCAFF (or 0x1FCAFF) is known color: Deep Sky Blue. HEX triplet: 1F, CA and FF. RGB value is (31,202,255). Sum of RGB (Red+Green+Blue) = 31+202+255=488 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.35% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FCAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCAFF is #E03500. Grayscale: #9C9C9C. Windows color (decimal): -14693633 or 16763423. OLE color: 16763423.
HSL color Cylindrical-coordinate representation of color #1FCAFF: hue angle of 194.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCAFF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 202 | 255 | - |
| CMYK | 0.88 | 0.21 | 0 | 0 |
| HSL | 194.2º | 1% | 0.56% | - |
| HSV(B) | 194.2º | 0.88% | 1% | - |
| XYZ | 39.74 | 49.75 | 102.12 | - |
| YUV | 156.91 | 183.35 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 255 | 0.88 | 0.21 | 0 | 0 | 194.2 | 1 | 0.56 |
| Hex | 1F | CA | FF | 58 | 15 | 0 | 0 | C2 | 64 | 38 |
| Octal | 37 | 312 | 377 | 130 | 25 | 0 | 0 | 302 | 144 | 70 |
| Binary | 11111 | 11001010 | 11111111 | 1011000 | 10101 | 0 | 0 | 11000010 | 1100100 | 111000 |
Color Harmonies of #1FCAFF
Complementary color
Monochromatic Colors of #1FCAFF
Black with #1FCAFF
Text Example
Text Example
White with #1FCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAFF; }
p { color: rgb(31,202,255); }
H1.HeaderClassName
{
color: #1FCAFF;
}
.AnyTagClassName
{
color: #1FCAFF;
}
</style>
background-color css
<style>
a { background-color: #1FCAFF; }
a { background-color: rgb(31,202,255); }
div.DivClassName
{
background-color: #1FCAFF;
}
.BgClassName
{
background-color: #1FCAFF;
}
</style>
border-color css
<style>
span { border-color: #1FCAFF; }
span { border-color: rgb(31,202,255); }
td.TdClassName
{
border-color: #1FCAFF;
}
.TagClassName
{
border-color: #1FCAFF;
}
</style>