Shades of Summer Sky #3FBFF8
Tints of Summer Sky #3FBFF8
RGB
CMYK
RGB Variations
Color information
#3FBFF8 (or 0x3FBFF8) is known color: Summer Sky. HEX triplet: 3F, BF and F8. RGB value is (63,191,248). Sum of RGB (Red+Green+Blue) = 63+191+248=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #3FBFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBFF8 is #C04007. Grayscale: #9E9E9E. Windows color (decimal): -12599304 or 16301887. OLE color: 16301887.
HSL color Cylindrical-coordinate representation of color #3FBFF8: hue angle of 198.49º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBFF8 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 191 | 248 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.03 |
| HSL | 198.49º | 0.93% | 0.61% | - |
| HSV(B) | 198.49º | 0.75% | 0.97% | - |
| XYZ | 37.62 | 45.1 | 95.53 | - |
| YUV | 159.23 | 178.09 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 248 | 0.75 | 0.23 | 0 | 0.03 | 198.49 | 0.93 | 0.61 |
| Hex | 3F | BF | F8 | 4B | 17 | 0 | 3 | C6 | 5D | 3D |
| Octal | 77 | 277 | 370 | 113 | 27 | 0 | 3 | 306 | 135 | 75 |
| Binary | 111111 | 10111111 | 11111000 | 1001011 | 10111 | 0 | 11 | 11000110 | 1011101 | 111101 |
Color Harmonies of #3FBFF8
Complementary color
Monochromatic Colors of #3FBFF8
Black with #3FBFF8
Text Example
Text Example
White with #3FBFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBFF8; }
p { color: rgb(63,191,248); }
H1.HeaderClassName
{
color: #3FBFF8;
}
.AnyTagClassName
{
color: #3FBFF8;
}
</style>
background-color css
<style>
a { background-color: #3FBFF8; }
a { background-color: rgb(63,191,248); }
div.DivClassName
{
background-color: #3FBFF8;
}
.BgClassName
{
background-color: #3FBFF8;
}
</style>
border-color css
<style>
span { border-color: #3FBFF8; }
span { border-color: rgb(63,191,248); }
td.TdClassName
{
border-color: #3FBFF8;
}
.TagClassName
{
border-color: #3FBFF8;
}
</style>