Shades of Summer Sky #3FBFF0
Tints of Summer Sky #3FBFF0
RGB
CMYK
RGB Variations
Color information
#3FBFF0 (or 0x3FBFF0) is known color: Summer Sky. HEX triplet: 3F, BF and F0. RGB value is (63,191,240). Sum of RGB (Red+Green+Blue) = 63+191+240=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #3FBFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBFF0 is #C0400F. Grayscale: #9D9D9D. Windows color (decimal): -12599312 or 15777599. OLE color: 15777599.
HSL color Cylindrical-coordinate representation of color #3FBFF0: hue angle of 196.61º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FBFF0 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 191 | 240 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.06 |
| HSL | 196.61º | 0.86% | 0.59% | - |
| HSV(B) | 196.61º | 0.74% | 0.94% | - |
| XYZ | 36.41 | 44.61 | 89.13 | - |
| YUV | 158.31 | 174.09 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 240 | 0.74 | 0.20 | 0 | 0.06 | 196.61 | 0.86 | 0.59 |
| Hex | 3F | BF | F0 | 4A | 14 | 0 | 6 | C5 | 56 | 3B |
| Octal | 77 | 277 | 360 | 112 | 24 | 0 | 6 | 305 | 126 | 73 |
| Binary | 111111 | 10111111 | 11110000 | 1001010 | 10100 | 0 | 110 | 11000101 | 1010110 | 111011 |
Color Harmonies of #3FBFF0
Complementary color
Monochromatic Colors of #3FBFF0
Black with #3FBFF0
Text Example
Text Example
White with #3FBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFF0; }
p { color: rgb(63,191,240); }
H1.HeaderClassName
{
color: #3FBFF0;
}
.AnyTagClassName
{
color: #3FBFF0;
}
</style>
background-color css
<style>
a { background-color: #3FBFF0; }
a { background-color: rgb(63,191,240); }
div.DivClassName
{
background-color: #3FBFF0;
}
.BgClassName
{
background-color: #3FBFF0;
}
</style>
border-color css
<style>
span { border-color: #3FBFF0; }
span { border-color: rgb(63,191,240); }
td.TdClassName
{
border-color: #3FBFF0;
}
.TagClassName
{
border-color: #3FBFF0;
}
</style>