Shades of Summer Sky #3FBDDC
Tints of Summer Sky #3FBDDC
RGB
CMYK
RGB Variations
Color information
#3FBDDC (or 0x3FBDDC) is known color: Summer Sky. HEX triplet: 3F, BD and DC. RGB value is (63,189,220). Sum of RGB (Red+Green+Blue) = 63+189+220=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FBDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBDDC is #C04223. Grayscale: #9A9A9A. Windows color (decimal): -12599844 or 14466367. OLE color: 14466367.
HSL color Cylindrical-coordinate representation of color #3FBDDC: hue angle of 191.85º 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 #3FBDDC is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 189 | 220 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.14 |
| HSL | 191.85º | 0.69% | 0.55% | - |
| HSV(B) | 191.85º | 0.71% | 0.86% | - |
| XYZ | 33.17 | 42.62 | 74.19 | - |
| YUV | 154.86 | 164.76 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 220 | 0.71 | 0.14 | 0 | 0.14 | 191.85 | 0.69 | 0.55 |
| Hex | 3F | BD | DC | 47 | E | 0 | E | C0 | 45 | 37 |
| Octal | 77 | 275 | 334 | 107 | 16 | 0 | 16 | 300 | 105 | 67 |
| Binary | 111111 | 10111101 | 11011100 | 1000111 | 1110 | 0 | 1110 | 11000000 | 1000101 | 110111 |
Color Harmonies of #3FBDDC
Complementary color
Monochromatic Colors of #3FBDDC
Black with #3FBDDC
Text Example
Text Example
White with #3FBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBDDC; }
p { color: rgb(63,189,220); }
H1.HeaderClassName
{
color: #3FBDDC;
}
.AnyTagClassName
{
color: #3FBDDC;
}
</style>
background-color css
<style>
a { background-color: #3FBDDC; }
a { background-color: rgb(63,189,220); }
div.DivClassName
{
background-color: #3FBDDC;
}
.BgClassName
{
background-color: #3FBDDC;
}
</style>
border-color css
<style>
span { border-color: #3FBDDC; }
span { border-color: rgb(63,189,220); }
td.TdClassName
{
border-color: #3FBDDC;
}
.TagClassName
{
border-color: #3FBDDC;
}
</style>