Shades of Summer Sky #3FBAEF
Tints of Summer Sky #3FBAEF
RGB
CMYK
RGB Variations
Color information
#3FBAEF (or 0x3FBAEF) is known color: Summer Sky. HEX triplet: 3F, BA and EF. RGB value is (63,186,239). Sum of RGB (Red+Green+Blue) = 63+186+239=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAEF is #C04510. Grayscale: #9A9A9A. Windows color (decimal): -12600593 or 15710783. OLE color: 15710783.
HSL color Cylindrical-coordinate representation of color #3FBAEF: hue angle of 198.07º degrees, saturation: 0.85, 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 #3FBAEF is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 186 | 239 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.06 |
| HSL | 198.07º | 0.85% | 0.59% | - |
| HSV(B) | 198.07º | 0.74% | 0.94% | - |
| XYZ | 35.19 | 42.41 | 87.99 | - |
| YUV | 155.27 | 175.25 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 239 | 0.74 | 0.22 | 0 | 0.06 | 198.07 | 0.85 | 0.59 |
| Hex | 3F | BA | EF | 4A | 16 | 0 | 6 | C6 | 55 | 3B |
| Octal | 77 | 272 | 357 | 112 | 26 | 0 | 6 | 306 | 125 | 73 |
| Binary | 111111 | 10111010 | 11101111 | 1001010 | 10110 | 0 | 110 | 11000110 | 1010101 | 111011 |
Color Harmonies of #3FBAEF
Complementary color
Monochromatic Colors of #3FBAEF
Black with #3FBAEF
Text Example
Text Example
White with #3FBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAEF; }
p { color: rgb(63,186,239); }
H1.HeaderClassName
{
color: #3FBAEF;
}
.AnyTagClassName
{
color: #3FBAEF;
}
</style>
background-color css
<style>
a { background-color: #3FBAEF; }
a { background-color: rgb(63,186,239); }
div.DivClassName
{
background-color: #3FBAEF;
}
.BgClassName
{
background-color: #3FBAEF;
}
</style>
border-color css
<style>
span { border-color: #3FBAEF; }
span { border-color: rgb(63,186,239); }
td.TdClassName
{
border-color: #3FBAEF;
}
.TagClassName
{
border-color: #3FBAEF;
}
</style>