Shades of Summer Sky #3FB9F1
Tints of Summer Sky #3FB9F1
RGB
CMYK
RGB Variations
Color information
#3FB9F1 (or 0x3FB9F1) is known color: Summer Sky. HEX triplet: 3F, B9 and F1. RGB value is (63,185,241). Sum of RGB (Red+Green+Blue) = 63+185+241=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FB9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FB9F1 is #C0460E. Grayscale: #9A9A9A. Windows color (decimal): -12600847 or 15841599. OLE color: 15841599.
HSL color Cylindrical-coordinate representation of color #3FB9F1: hue angle of 198.88º 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 #3FB9F1 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 185 | 241 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.05 |
| HSL | 198.88º | 0.86% | 0.6% | - |
| HSV(B) | 198.88º | 0.74% | 0.95% | - |
| XYZ | 35.28 | 42.11 | 89.49 | - |
| YUV | 154.91 | 176.58 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 241 | 0.74 | 0.23 | 0 | 0.05 | 198.88 | 0.86 | 0.6 |
| Hex | 3F | B9 | F1 | 4A | 17 | 0 | 5 | C7 | 56 | 3C |
| Octal | 77 | 271 | 361 | 112 | 27 | 0 | 5 | 307 | 126 | 74 |
| Binary | 111111 | 10111001 | 11110001 | 1001010 | 10111 | 0 | 101 | 11000111 | 1010110 | 111100 |
Color Harmonies of #3FB9F1
Complementary color
Monochromatic Colors of #3FB9F1
Black with #3FB9F1
Text Example
Text Example
White with #3FB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB9F1; }
p { color: rgb(63,185,241); }
H1.HeaderClassName
{
color: #3FB9F1;
}
.AnyTagClassName
{
color: #3FB9F1;
}
</style>
background-color css
<style>
a { background-color: #3FB9F1; }
a { background-color: rgb(63,185,241); }
div.DivClassName
{
background-color: #3FB9F1;
}
.BgClassName
{
background-color: #3FB9F1;
}
</style>
border-color css
<style>
span { border-color: #3FB9F1; }
span { border-color: rgb(63,185,241); }
td.TdClassName
{
border-color: #3FB9F1;
}
.TagClassName
{
border-color: #3FB9F1;
}
</style>