Shades of Summer Sky #3FBCED
Tints of Summer Sky #3FBCED
RGB
CMYK
RGB Variations
Color information
#3FBCED (or 0x3FBCED) is known color: Summer Sky. HEX triplet: 3F, BC and ED. RGB value is (63,188,237). Sum of RGB (Red+Green+Blue) = 63+188+237=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FBCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBCED is #C04312. Grayscale: #9B9B9B. Windows color (decimal): -12600083 or 15580223. OLE color: 15580223.
HSL color Cylindrical-coordinate representation of color #3FBCED: hue angle of 196.9º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FBCED is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 188 | 237 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.07 |
| HSL | 196.9º | 0.83% | 0.59% | - |
| HSV(B) | 196.9º | 0.73% | 0.93% | - |
| XYZ | 35.32 | 43.14 | 86.59 | - |
| YUV | 156.21 | 173.59 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 237 | 0.73 | 0.21 | 0 | 0.07 | 196.9 | 0.83 | 0.59 |
| Hex | 3F | BC | ED | 49 | 15 | 0 | 7 | C5 | 53 | 3B |
| Octal | 77 | 274 | 355 | 111 | 25 | 0 | 7 | 305 | 123 | 73 |
| Binary | 111111 | 10111100 | 11101101 | 1001001 | 10101 | 0 | 111 | 11000101 | 1010011 | 111011 |
Color Harmonies of #3FBCED
Complementary color
Monochromatic Colors of #3FBCED
Black with #3FBCED
Text Example
Text Example
White with #3FBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCED; }
p { color: rgb(63,188,237); }
H1.HeaderClassName
{
color: #3FBCED;
}
.AnyTagClassName
{
color: #3FBCED;
}
</style>
background-color css
<style>
a { background-color: #3FBCED; }
a { background-color: rgb(63,188,237); }
div.DivClassName
{
background-color: #3FBCED;
}
.BgClassName
{
background-color: #3FBCED;
}
</style>
border-color css
<style>
span { border-color: #3FBCED; }
span { border-color: rgb(63,188,237); }
td.TdClassName
{
border-color: #3FBCED;
}
.TagClassName
{
border-color: #3FBCED;
}
</style>