Shades of Summer Sky #3FBCDF
Tints of Summer Sky #3FBCDF
RGB
CMYK
RGB Variations
Color information
#3FBCDF (or 0x3FBCDF) is known color: Summer Sky. HEX triplet: 3F, BC and DF. RGB value is (63,188,223). Sum of RGB (Red+Green+Blue) = 63+188+223=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCDF is #C04320. Grayscale: #9A9A9A. Windows color (decimal): -12600097 or 14662719. OLE color: 14662719.
HSL color Cylindrical-coordinate representation of color #3FBCDF: hue angle of 193.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FBCDF is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 188 | 223 | - |
| CMYK | 0.72 | 0.16 | 0 | 0.13 |
| HSL | 193.13º | 0.71% | 0.56% | - |
| HSV(B) | 193.13º | 0.72% | 0.87% | - |
| XYZ | 33.35 | 42.35 | 76.23 | - |
| YUV | 154.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 223 | 0.72 | 0.16 | 0 | 0.13 | 193.13 | 0.71 | 0.56 |
| Hex | 3F | BC | DF | 48 | 10 | 0 | D | C1 | 47 | 38 |
| Octal | 77 | 274 | 337 | 110 | 20 | 0 | 15 | 301 | 107 | 70 |
| Binary | 111111 | 10111100 | 11011111 | 1001000 | 10000 | 0 | 1101 | 11000001 | 1000111 | 111000 |
Color Harmonies of #3FBCDF
Complementary color
Monochromatic Colors of #3FBCDF
Black with #3FBCDF
Text Example
Text Example
White with #3FBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCDF; }
p { color: rgb(63,188,223); }
H1.HeaderClassName
{
color: #3FBCDF;
}
.AnyTagClassName
{
color: #3FBCDF;
}
</style>
background-color css
<style>
a { background-color: #3FBCDF; }
a { background-color: rgb(63,188,223); }
div.DivClassName
{
background-color: #3FBCDF;
}
.BgClassName
{
background-color: #3FBCDF;
}
</style>
border-color css
<style>
span { border-color: #3FBCDF; }
span { border-color: rgb(63,188,223); }
td.TdClassName
{
border-color: #3FBCDF;
}
.TagClassName
{
border-color: #3FBCDF;
}
</style>