Shades of Summer Sky #3FBADC
Tints of Summer Sky #3FBADC
RGB
CMYK
RGB Variations
Color information
#3FBADC (or 0x3FBADC) is known color: Summer Sky. HEX triplet: 3F, BA and DC. RGB value is (63,186,220). Sum of RGB (Red+Green+Blue) = 63+186+220=469 (62% of max value = 765). Red value is 63 (25% from 255 or 13.43% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBADC is #C04523. Grayscale: #989898. Windows color (decimal): -12600612 or 14465599. OLE color: 14465599.
HSL color Cylindrical-coordinate representation of color #3FBADC: hue angle of 192.99º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FBADC is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 186 | 220 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.14 |
| HSL | 192.99º | 0.69% | 0.55% | - |
| HSV(B) | 192.99º | 0.71% | 0.86% | - |
| XYZ | 32.53 | 41.34 | 73.98 | - |
| YUV | 153.1 | 165.75 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 220 | 0.71 | 0.15 | 0 | 0.14 | 192.99 | 0.69 | 0.55 |
| Hex | 3F | BA | DC | 47 | F | 0 | E | C1 | 45 | 37 |
| Octal | 77 | 272 | 334 | 107 | 17 | 0 | 16 | 301 | 105 | 67 |
| Binary | 111111 | 10111010 | 11011100 | 1000111 | 1111 | 0 | 1110 | 11000001 | 1000101 | 110111 |
Color Harmonies of #3FBADC
Complementary color
Monochromatic Colors of #3FBADC
Black with #3FBADC
Text Example
Text Example
White with #3FBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBADC; }
p { color: rgb(63,186,220); }
H1.HeaderClassName
{
color: #3FBADC;
}
.AnyTagClassName
{
color: #3FBADC;
}
</style>
background-color css
<style>
a { background-color: #3FBADC; }
a { background-color: rgb(63,186,220); }
div.DivClassName
{
background-color: #3FBADC;
}
.BgClassName
{
background-color: #3FBADC;
}
</style>
border-color css
<style>
span { border-color: #3FBADC; }
span { border-color: rgb(63,186,220); }
td.TdClassName
{
border-color: #3FBADC;
}
.TagClassName
{
border-color: #3FBADC;
}
</style>