Shades of Summer Sky #3FBCFF
Tints of Summer Sky #3FBCFF
RGB
CMYK
RGB Variations
Color information
#3FBCFF (or 0x3FBCFF) is known color: Summer Sky. HEX triplet: 3F, BC and FF. RGB value is (63,188,255). Sum of RGB (Red+Green+Blue) = 63+188+255=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #3FBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBCFF is #C04300. Grayscale: #9D9D9D. Windows color (decimal): -12600065 or 16759871. OLE color: 16759871.
HSL color Cylindrical-coordinate representation of color #3FBCFF: hue angle of 200.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBCFF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 188 | 255 | - |
| CMYK | 0.75 | 0.26 | 0 | 0 |
| HSL | 200.94º | 1% | 0.62% | - |
| HSV(B) | 200.94º | 0.75% | 1% | - |
| XYZ | 38.08 | 44.24 | 101.14 | - |
| YUV | 158.26 | 182.59 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 255 | 0.75 | 0.26 | 0 | 0 | 200.94 | 1 | 0.62 |
| Hex | 3F | BC | FF | 4B | 1A | 0 | 0 | C9 | 64 | 3E |
| Octal | 77 | 274 | 377 | 113 | 32 | 0 | 0 | 311 | 144 | 76 |
| Binary | 111111 | 10111100 | 11111111 | 1001011 | 11010 | 0 | 0 | 11001001 | 1100100 | 111110 |
Color Harmonies of #3FBCFF
Complementary color
Monochromatic Colors of #3FBCFF
Black with #3FBCFF
Text Example
Text Example
White with #3FBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCFF; }
p { color: rgb(63,188,255); }
H1.HeaderClassName
{
color: #3FBCFF;
}
.AnyTagClassName
{
color: #3FBCFF;
}
</style>
background-color css
<style>
a { background-color: #3FBCFF; }
a { background-color: rgb(63,188,255); }
div.DivClassName
{
background-color: #3FBCFF;
}
.BgClassName
{
background-color: #3FBCFF;
}
</style>
border-color css
<style>
span { border-color: #3FBCFF; }
span { border-color: rgb(63,188,255); }
td.TdClassName
{
border-color: #3FBCFF;
}
.TagClassName
{
border-color: #3FBCFF;
}
</style>