Shades of Summer Sky #3FBBDC
Tints of Summer Sky #3FBBDC
RGB
CMYK
RGB Variations
Color information
#3FBBDC (or 0x3FBBDC) is known color: Summer Sky. HEX triplet: 3F, BB and DC. RGB value is (63,187,220). Sum of RGB (Red+Green+Blue) = 63+187+220=470 (62% of max value = 765). Red value is 63 (25% from 255 or 13.40% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FBBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBDC is #C04423. Grayscale: #999999. Windows color (decimal): -12600356 or 14465855. OLE color: 14465855.
HSL color Cylindrical-coordinate representation of color #3FBBDC: hue angle of 192.61º 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 #3FBBDC is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 187 | 220 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.14 |
| HSL | 192.61º | 0.69% | 0.55% | - |
| HSV(B) | 192.61º | 0.71% | 0.86% | - |
| XYZ | 32.74 | 41.76 | 74.05 | - |
| YUV | 153.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 220 | 0.71 | 0.15 | 0 | 0.14 | 192.61 | 0.69 | 0.55 |
| Hex | 3F | BB | DC | 47 | F | 0 | E | C1 | 45 | 37 |
| Octal | 77 | 273 | 334 | 107 | 17 | 0 | 16 | 301 | 105 | 67 |
| Binary | 111111 | 10111011 | 11011100 | 1000111 | 1111 | 0 | 1110 | 11000001 | 1000101 | 110111 |
Color Harmonies of #3FBBDC
Complementary color
Monochromatic Colors of #3FBBDC
Black with #3FBBDC
Text Example
Text Example
White with #3FBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBDC; }
p { color: rgb(63,187,220); }
H1.HeaderClassName
{
color: #3FBBDC;
}
.AnyTagClassName
{
color: #3FBBDC;
}
</style>
background-color css
<style>
a { background-color: #3FBBDC; }
a { background-color: rgb(63,187,220); }
div.DivClassName
{
background-color: #3FBBDC;
}
.BgClassName
{
background-color: #3FBBDC;
}
</style>
border-color css
<style>
span { border-color: #3FBBDC; }
span { border-color: rgb(63,187,220); }
td.TdClassName
{
border-color: #3FBBDC;
}
.TagClassName
{
border-color: #3FBBDC;
}
</style>