Shades of Summer Sky #3FCEFD
Tints of Summer Sky #3FCEFD
RGB
CMYK
RGB Variations
Color information
#3FCEFD (or 0x3FCEFD) is known color: Summer Sky. HEX triplet: 3F, CE and FD. RGB value is (63,206,253). Sum of RGB (Red+Green+Blue) = 63+206+253=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FCEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCEFD is #C03102. Grayscale: #A8A8A8. Windows color (decimal): -12595459 or 16633407. OLE color: 16633407.
HSL color Cylindrical-coordinate representation of color #3FCEFD: hue angle of 194.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCEFD is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 206 | 253 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.01 |
| HSL | 194.84º | 0.98% | 0.62% | - |
| HSV(B) | 194.84º | 0.75% | 0.99% | - |
| XYZ | 41.85 | 52.29 | 100.82 | - |
| YUV | 168.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 253 | 0.75 | 0.19 | 0 | 0.01 | 194.84 | 0.98 | 0.62 |
| Hex | 3F | CE | FD | 4B | 13 | 0 | 1 | C3 | 62 | 3E |
| Octal | 77 | 316 | 375 | 113 | 23 | 0 | 1 | 303 | 142 | 76 |
| Binary | 111111 | 11001110 | 11111101 | 1001011 | 10011 | 0 | 1 | 11000011 | 1100010 | 111110 |
Color Harmonies of #3FCEFD
Complementary color
Monochromatic Colors of #3FCEFD
Black with #3FCEFD
Text Example
Text Example
White with #3FCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCEFD; }
p { color: rgb(63,206,253); }
H1.HeaderClassName
{
color: #3FCEFD;
}
.AnyTagClassName
{
color: #3FCEFD;
}
</style>
background-color css
<style>
a { background-color: #3FCEFD; }
a { background-color: rgb(63,206,253); }
div.DivClassName
{
background-color: #3FCEFD;
}
.BgClassName
{
background-color: #3FCEFD;
}
</style>
border-color css
<style>
span { border-color: #3FCEFD; }
span { border-color: rgb(63,206,253); }
td.TdClassName
{
border-color: #3FCEFD;
}
.TagClassName
{
border-color: #3FCEFD;
}
</style>