Shades of Summer Sky #3FBCDE
Tints of Summer Sky #3FBCDE
RGB
CMYK
RGB Variations
Color information
#3FBCDE (or 0x3FBCDE) is known color: Summer Sky. HEX triplet: 3F, BC and DE. RGB value is (63,188,222). Sum of RGB (Red+Green+Blue) = 63+188+222=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #3FBCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCDE is #C04321. Grayscale: #9A9A9A. Windows color (decimal): -12600098 or 14597183. OLE color: 14597183.
HSL color Cylindrical-coordinate representation of color #3FBCDE: hue angle of 192.83º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FBCDE is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 188 | 222 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.13 |
| HSL | 192.83º | 0.71% | 0.56% | - |
| HSV(B) | 192.83º | 0.72% | 0.87% | - |
| XYZ | 33.22 | 42.3 | 75.52 | - |
| YUV | 154.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 222 | 0.72 | 0.15 | 0 | 0.13 | 192.83 | 0.71 | 0.56 |
| Hex | 3F | BC | DE | 48 | F | 0 | D | C1 | 47 | 38 |
| Octal | 77 | 274 | 336 | 110 | 17 | 0 | 15 | 301 | 107 | 70 |
| Binary | 111111 | 10111100 | 11011110 | 1001000 | 1111 | 0 | 1101 | 11000001 | 1000111 | 111000 |
Color Harmonies of #3FBCDE
Complementary color
Monochromatic Colors of #3FBCDE
Black with #3FBCDE
Text Example
Text Example
White with #3FBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCDE; }
p { color: rgb(63,188,222); }
H1.HeaderClassName
{
color: #3FBCDE;
}
.AnyTagClassName
{
color: #3FBCDE;
}
</style>
background-color css
<style>
a { background-color: #3FBCDE; }
a { background-color: rgb(63,188,222); }
div.DivClassName
{
background-color: #3FBCDE;
}
.BgClassName
{
background-color: #3FBCDE;
}
</style>
border-color css
<style>
span { border-color: #3FBCDE; }
span { border-color: rgb(63,188,222); }
td.TdClassName
{
border-color: #3FBCDE;
}
.TagClassName
{
border-color: #3FBCDE;
}
</style>