Shades of Summer Sky #3FBEF1
Tints of Summer Sky #3FBEF1
RGB
CMYK
RGB Variations
Color information
#3FBEF1 (or 0x3FBEF1) is known color: Summer Sky. HEX triplet: 3F, BE and F1. RGB value is (63,190,241). Sum of RGB (Red+Green+Blue) = 63+190+241=494 (65% of max value = 765). Red value is 63 (25% from 255 or 12.75% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FBEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBEF1 is #C0410E. Grayscale: #9D9D9D. Windows color (decimal): -12599567 or 15842879. OLE color: 15842879.
HSL color Cylindrical-coordinate representation of color #3FBEF1: hue angle of 197.19º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FBEF1 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 190 | 241 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.05 |
| HSL | 197.19º | 0.86% | 0.6% | - |
| HSV(B) | 197.19º | 0.74% | 0.95% | - |
| XYZ | 36.34 | 44.23 | 89.84 | - |
| YUV | 157.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 241 | 0.74 | 0.21 | 0 | 0.05 | 197.19 | 0.86 | 0.6 |
| Hex | 3F | BE | F1 | 4A | 15 | 0 | 5 | C5 | 56 | 3C |
| Octal | 77 | 276 | 361 | 112 | 25 | 0 | 5 | 305 | 126 | 74 |
| Binary | 111111 | 10111110 | 11110001 | 1001010 | 10101 | 0 | 101 | 11000101 | 1010110 | 111100 |
Color Harmonies of #3FBEF1
Complementary color
Monochromatic Colors of #3FBEF1
Black with #3FBEF1
Text Example
Text Example
White with #3FBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBEF1; }
p { color: rgb(63,190,241); }
H1.HeaderClassName
{
color: #3FBEF1;
}
.AnyTagClassName
{
color: #3FBEF1;
}
</style>
background-color css
<style>
a { background-color: #3FBEF1; }
a { background-color: rgb(63,190,241); }
div.DivClassName
{
background-color: #3FBEF1;
}
.BgClassName
{
background-color: #3FBEF1;
}
</style>
border-color css
<style>
span { border-color: #3FBEF1; }
span { border-color: rgb(63,190,241); }
td.TdClassName
{
border-color: #3FBEF1;
}
.TagClassName
{
border-color: #3FBEF1;
}
</style>