Shades of Summer Sky #3FB7DB
Tints of Summer Sky #3FB7DB
RGB
CMYK
RGB Variations
Color information
#3FB7DB (or 0x3FB7DB) is known color: Summer Sky. HEX triplet: 3F, B7 and DB. RGB value is (63,183,219). Sum of RGB (Red+Green+Blue) = 63+183+219=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB7DB is #C04824. Grayscale: #969696. Windows color (decimal): -12601381 or 14399295. OLE color: 14399295.
HSL color Cylindrical-coordinate representation of color #3FB7DB: hue angle of 193.85º degrees, saturation: 0.68, 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 #3FB7DB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 183 | 219 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.14 |
| HSL | 193.85º | 0.68% | 0.55% | - |
| HSV(B) | 193.85º | 0.71% | 0.86% | - |
| XYZ | 31.77 | 40.04 | 73.07 | - |
| YUV | 151.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 219 | 0.71 | 0.16 | 0 | 0.14 | 193.85 | 0.68 | 0.55 |
| Hex | 3F | B7 | DB | 47 | 10 | 0 | E | C2 | 44 | 37 |
| Octal | 77 | 267 | 333 | 107 | 20 | 0 | 16 | 302 | 104 | 67 |
| Binary | 111111 | 10110111 | 11011011 | 1000111 | 10000 | 0 | 1110 | 11000010 | 1000100 | 110111 |
Color Harmonies of #3FB7DB
Complementary color
Monochromatic Colors of #3FB7DB
Black with #3FB7DB
Text Example
Text Example
White with #3FB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB7DB; }
p { color: rgb(63,183,219); }
H1.HeaderClassName
{
color: #3FB7DB;
}
.AnyTagClassName
{
color: #3FB7DB;
}
</style>
background-color css
<style>
a { background-color: #3FB7DB; }
a { background-color: rgb(63,183,219); }
div.DivClassName
{
background-color: #3FB7DB;
}
.BgClassName
{
background-color: #3FB7DB;
}
</style>
border-color css
<style>
span { border-color: #3FB7DB; }
span { border-color: rgb(63,183,219); }
td.TdClassName
{
border-color: #3FB7DB;
}
.TagClassName
{
border-color: #3FB7DB;
}
</style>