Shades of Summer Sky #3FACFF
Tints of Summer Sky #3FACFF
RGB
CMYK
RGB Variations
Color information
#3FACFF (or 0x3FACFF) is known color: Summer Sky. HEX triplet: 3F, AC and FF. RGB value is (63,172,255). Sum of RGB (Red+Green+Blue) = 63+172+255=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACFF is #C05300. Grayscale: #949494. Windows color (decimal): -12604161 or 16755775. OLE color: 16755775.
HSL color Cylindrical-coordinate representation of color #3FACFF: hue angle of 205.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FACFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 172 | 255 | - |
| CMYK | 0.75 | 0.33 | 0 | 0 |
| HSL | 205.94º | 1% | 0.62% | - |
| HSV(B) | 205.94º | 0.75% | 1% | - |
| XYZ | 34.85 | 37.78 | 100.06 | - |
| YUV | 148.87 | 187.89 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 255 | 0.75 | 0.33 | 0 | 0 | 205.94 | 1 | 0.62 |
| Hex | 3F | AC | FF | 4B | 21 | 0 | 0 | CE | 64 | 3E |
| Octal | 77 | 254 | 377 | 113 | 41 | 0 | 0 | 316 | 144 | 76 |
| Binary | 111111 | 10101100 | 11111111 | 1001011 | 100001 | 0 | 0 | 11001110 | 1100100 | 111110 |
Color Harmonies of #3FACFF
Complementary color
Monochromatic Colors of #3FACFF
Black with #3FACFF
Text Example
Text Example
White with #3FACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACFF; }
p { color: rgb(63,172,255); }
H1.HeaderClassName
{
color: #3FACFF;
}
.AnyTagClassName
{
color: #3FACFF;
}
</style>
background-color css
<style>
a { background-color: #3FACFF; }
a { background-color: rgb(63,172,255); }
div.DivClassName
{
background-color: #3FACFF;
}
.BgClassName
{
background-color: #3FACFF;
}
</style>
border-color css
<style>
span { border-color: #3FACFF; }
span { border-color: rgb(63,172,255); }
td.TdClassName
{
border-color: #3FACFF;
}
.TagClassName
{
border-color: #3FACFF;
}
</style>