Shades of Summer Sky #3FBAFA
Tints of Summer Sky #3FBAFA
RGB
CMYK
RGB Variations
Color information
#3FBAFA (or 0x3FBAFA) is known color: Summer Sky. HEX triplet: 3F, BA and FA. RGB value is (63,186,250). Sum of RGB (Red+Green+Blue) = 63+186+250=499 (66% of max value = 765). Red value is 63 (25% from 255 or 12.63% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAFA is #C04505. Grayscale: #9C9C9C. Windows color (decimal): -12600582 or 16431679. OLE color: 16431679.
HSL color Cylindrical-coordinate representation of color #3FBAFA: hue angle of 200.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBAFA is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 186 | 250 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.02 |
| HSL | 200.53º | 0.95% | 0.61% | - |
| HSV(B) | 200.53º | 0.75% | 0.98% | - |
| XYZ | 36.86 | 43.08 | 96.81 | - |
| YUV | 156.52 | 180.75 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 250 | 0.75 | 0.26 | 0 | 0.02 | 200.53 | 0.95 | 0.61 |
| Hex | 3F | BA | FA | 4B | 1A | 0 | 2 | C9 | 5F | 3D |
| Octal | 77 | 272 | 372 | 113 | 32 | 0 | 2 | 311 | 137 | 75 |
| Binary | 111111 | 10111010 | 11111010 | 1001011 | 11010 | 0 | 10 | 11001001 | 1011111 | 111101 |
Color Harmonies of #3FBAFA
Complementary color
Monochromatic Colors of #3FBAFA
Black with #3FBAFA
Text Example
Text Example
White with #3FBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAFA; }
p { color: rgb(63,186,250); }
H1.HeaderClassName
{
color: #3FBAFA;
}
.AnyTagClassName
{
color: #3FBAFA;
}
</style>
background-color css
<style>
a { background-color: #3FBAFA; }
a { background-color: rgb(63,186,250); }
div.DivClassName
{
background-color: #3FBAFA;
}
.BgClassName
{
background-color: #3FBAFA;
}
</style>
border-color css
<style>
span { border-color: #3FBAFA; }
span { border-color: rgb(63,186,250); }
td.TdClassName
{
border-color: #3FBAFA;
}
.TagClassName
{
border-color: #3FBAFA;
}
</style>