Shades of Summer Sky #3FACF1
Tints of Summer Sky #3FACF1
RGB
CMYK
RGB Variations
Color information
#3FACF1 (or 0x3FACF1) is known color: Summer Sky. HEX triplet: 3F, AC and F1. RGB value is (63,172,241). Sum of RGB (Red+Green+Blue) = 63+172+241=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FACF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FACF1 is #C0530E. Grayscale: #929292. Windows color (decimal): -12604175 or 15838271. OLE color: 15838271.
HSL color Cylindrical-coordinate representation of color #3FACF1: hue angle of 203.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FACF1 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 172 | 241 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.05 |
| HSL | 203.26º | 0.86% | 0.6% | - |
| HSV(B) | 203.26º | 0.74% | 0.95% | - |
| XYZ | 32.68 | 36.91 | 88.62 | - |
| YUV | 147.28 | 180.89 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 241 | 0.74 | 0.29 | 0 | 0.05 | 203.26 | 0.86 | 0.6 |
| Hex | 3F | AC | F1 | 4A | 1D | 0 | 5 | CB | 56 | 3C |
| Octal | 77 | 254 | 361 | 112 | 35 | 0 | 5 | 313 | 126 | 74 |
| Binary | 111111 | 10101100 | 11110001 | 1001010 | 11101 | 0 | 101 | 11001011 | 1010110 | 111100 |
Color Harmonies of #3FACF1
Complementary color
Monochromatic Colors of #3FACF1
Black with #3FACF1
Text Example
Text Example
White with #3FACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACF1; }
p { color: rgb(63,172,241); }
H1.HeaderClassName
{
color: #3FACF1;
}
.AnyTagClassName
{
color: #3FACF1;
}
</style>
background-color css
<style>
a { background-color: #3FACF1; }
a { background-color: rgb(63,172,241); }
div.DivClassName
{
background-color: #3FACF1;
}
.BgClassName
{
background-color: #3FACF1;
}
</style>
border-color css
<style>
span { border-color: #3FACF1; }
span { border-color: rgb(63,172,241); }
td.TdClassName
{
border-color: #3FACF1;
}
.TagClassName
{
border-color: #3FACF1;
}
</style>