Shades of Summer Sky #3FBAF1
Tints of Summer Sky #3FBAF1
RGB
CMYK
RGB Variations
Color information
#3FBAF1 (or 0x3FBAF1) is known color: Summer Sky. HEX triplet: 3F, BA and F1. RGB value is (63,186,241). Sum of RGB (Red+Green+Blue) = 63+186+241=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAF1 is #C0450E. Grayscale: #9B9B9B. Windows color (decimal): -12600591 or 15841855. OLE color: 15841855.
HSL color Cylindrical-coordinate representation of color #3FBAF1: hue angle of 198.54º 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 #3FBAF1 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 186 | 241 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.05 |
| HSL | 198.54º | 0.86% | 0.6% | - |
| HSV(B) | 198.54º | 0.74% | 0.95% | - |
| XYZ | 35.49 | 42.53 | 89.56 | - |
| YUV | 155.49 | 176.25 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 241 | 0.74 | 0.23 | 0 | 0.05 | 198.54 | 0.86 | 0.6 |
| Hex | 3F | BA | F1 | 4A | 17 | 0 | 5 | C7 | 56 | 3C |
| Octal | 77 | 272 | 361 | 112 | 27 | 0 | 5 | 307 | 126 | 74 |
| Binary | 111111 | 10111010 | 11110001 | 1001010 | 10111 | 0 | 101 | 11000111 | 1010110 | 111100 |
Color Harmonies of #3FBAF1
Complementary color
Monochromatic Colors of #3FBAF1
Black with #3FBAF1
Text Example
Text Example
White with #3FBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAF1; }
p { color: rgb(63,186,241); }
H1.HeaderClassName
{
color: #3FBAF1;
}
.AnyTagClassName
{
color: #3FBAF1;
}
</style>
background-color css
<style>
a { background-color: #3FBAF1; }
a { background-color: rgb(63,186,241); }
div.DivClassName
{
background-color: #3FBAF1;
}
.BgClassName
{
background-color: #3FBAF1;
}
</style>
border-color css
<style>
span { border-color: #3FBAF1; }
span { border-color: rgb(63,186,241); }
td.TdClassName
{
border-color: #3FBAF1;
}
.TagClassName
{
border-color: #3FBAF1;
}
</style>