Shades of Summer Sky #3FCFFE
Tints of Summer Sky #3FCFFE
RGB
CMYK
RGB Variations
Color information
#3FCFFE (or 0x3FCFFE) is known color: Summer Sky. HEX triplet: 3F, CF and FE. RGB value is (63,207,254). Sum of RGB (Red+Green+Blue) = 63+207+254=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFFE is #C03001. Grayscale: #A8A8A8. Windows color (decimal): -12595202 or 16699199. OLE color: 16699199.
HSL color Cylindrical-coordinate representation of color #3FCFFE: hue angle of 194.76º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCFFE is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 207 | 254 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.00 |
| HSL | 194.76º | 0.99% | 0.62% | - |
| HSV(B) | 194.76º | 0.75% | 1% | - |
| XYZ | 42.25 | 52.84 | 101.74 | - |
| YUV | 169.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 254 | 0.75 | 0.19 | 0 | 0.00 | 194.76 | 0.99 | 0.62 |
| Hex | 3F | CF | FE | 4B | 13 | 0 | 0 | C3 | 63 | 3E |
| Octal | 77 | 317 | 376 | 113 | 23 | 0 | 0 | 303 | 143 | 76 |
| Binary | 111111 | 11001111 | 11111110 | 1001011 | 10011 | 0 | 0 | 11000011 | 1100011 | 111110 |
Color Harmonies of #3FCFFE
Complementary color
Monochromatic Colors of #3FCFFE
Black with #3FCFFE
Text Example
Text Example
White with #3FCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFFE; }
p { color: rgb(63,207,254); }
H1.HeaderClassName
{
color: #3FCFFE;
}
.AnyTagClassName
{
color: #3FCFFE;
}
</style>
background-color css
<style>
a { background-color: #3FCFFE; }
a { background-color: rgb(63,207,254); }
div.DivClassName
{
background-color: #3FCFFE;
}
.BgClassName
{
background-color: #3FCFFE;
}
</style>
border-color css
<style>
span { border-color: #3FCFFE; }
span { border-color: rgb(63,207,254); }
td.TdClassName
{
border-color: #3FCFFE;
}
.TagClassName
{
border-color: #3FCFFE;
}
</style>