Shades of Summer Sky #3FBAFD
Tints of Summer Sky #3FBAFD
RGB
CMYK
RGB Variations
Color information
#3FBAFD (or 0x3FBAFD) is known color: Summer Sky. HEX triplet: 3F, BA and FD. RGB value is (63,186,253). Sum of RGB (Red+Green+Blue) = 63+186+253=502 (66% of max value = 765). Red value is 63 (25% from 255 or 12.55% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FBAFD is #C04502. Grayscale: #9C9C9C. Windows color (decimal): -12600579 or 16628287. OLE color: 16628287.
HSL color Cylindrical-coordinate representation of color #3FBAFD: hue angle of 201.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FBAFD is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 186 | 253 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.01 |
| HSL | 201.16º | 0.98% | 0.62% | - |
| HSV(B) | 201.16º | 0.75% | 0.99% | - |
| XYZ | 37.34 | 43.27 | 99.31 | - |
| YUV | 156.86 | 182.25 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 253 | 0.75 | 0.26 | 0 | 0.01 | 201.16 | 0.98 | 0.62 |
| Hex | 3F | BA | FD | 4B | 1A | 0 | 1 | C9 | 62 | 3E |
| Octal | 77 | 272 | 375 | 113 | 32 | 0 | 1 | 311 | 142 | 76 |
| Binary | 111111 | 10111010 | 11111101 | 1001011 | 11010 | 0 | 1 | 11001001 | 1100010 | 111110 |
Color Harmonies of #3FBAFD
Complementary color
Monochromatic Colors of #3FBAFD
Black with #3FBAFD
Text Example
Text Example
White with #3FBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBAFD; }
p { color: rgb(63,186,253); }
H1.HeaderClassName
{
color: #3FBAFD;
}
.AnyTagClassName
{
color: #3FBAFD;
}
</style>
background-color css
<style>
a { background-color: #3FBAFD; }
a { background-color: rgb(63,186,253); }
div.DivClassName
{
background-color: #3FBAFD;
}
.BgClassName
{
background-color: #3FBAFD;
}
</style>
border-color css
<style>
span { border-color: #3FBAFD; }
span { border-color: rgb(63,186,253); }
td.TdClassName
{
border-color: #3FBAFD;
}
.TagClassName
{
border-color: #3FBAFD;
}
</style>