Shades of Summer Sky #3FB8DB
Tints of Summer Sky #3FB8DB
RGB
CMYK
RGB Variations
Color information
#3FB8DB (or 0x3FB8DB) is known color: Summer Sky. HEX triplet: 3F, B8 and DB. RGB value is (63,184,219). Sum of RGB (Red+Green+Blue) = 63+184+219=466 (61% of max value = 765). Red value is 63 (25% from 255 or 13.52% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB8DB is #C04724. Grayscale: #979797. Windows color (decimal): -12601125 or 14399551. OLE color: 14399551.
HSL color Cylindrical-coordinate representation of color #3FB8DB: hue angle of 193.46º 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 #3FB8DB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 184 | 219 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.14 |
| HSL | 193.46º | 0.68% | 0.55% | - |
| HSV(B) | 193.46º | 0.71% | 0.86% | - |
| XYZ | 31.98 | 40.45 | 73.14 | - |
| YUV | 151.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 219 | 0.71 | 0.16 | 0 | 0.14 | 193.46 | 0.68 | 0.55 |
| Hex | 3F | B8 | DB | 47 | 10 | 0 | E | C1 | 44 | 37 |
| Octal | 77 | 270 | 333 | 107 | 20 | 0 | 16 | 301 | 104 | 67 |
| Binary | 111111 | 10111000 | 11011011 | 1000111 | 10000 | 0 | 1110 | 11000001 | 1000100 | 110111 |
Color Harmonies of #3FB8DB
Complementary color
Monochromatic Colors of #3FB8DB
Black with #3FB8DB
Text Example
Text Example
White with #3FB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB8DB; }
p { color: rgb(63,184,219); }
H1.HeaderClassName
{
color: #3FB8DB;
}
.AnyTagClassName
{
color: #3FB8DB;
}
</style>
background-color css
<style>
a { background-color: #3FB8DB; }
a { background-color: rgb(63,184,219); }
div.DivClassName
{
background-color: #3FB8DB;
}
.BgClassName
{
background-color: #3FB8DB;
}
</style>
border-color css
<style>
span { border-color: #3FB8DB; }
span { border-color: rgb(63,184,219); }
td.TdClassName
{
border-color: #3FB8DB;
}
.TagClassName
{
border-color: #3FB8DB;
}
</style>