Shades of Summer Sky #3FACDB
Tints of Summer Sky #3FACDB
RGB
CMYK
RGB Variations
Color information
#3FACDB (or 0x3FACDB) is known color: Summer Sky. HEX triplet: 3F, AC and DB. RGB value is (63,172,219). Sum of RGB (Red+Green+Blue) = 63+172+219=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACDB is #C05324. Grayscale: #909090. Windows color (decimal): -12604197 or 14396479. OLE color: 14396479.
HSL color Cylindrical-coordinate representation of color #3FACDB: hue angle of 198.08º 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 #3FACDB is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 172 | 219 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.14 |
| HSL | 198.08º | 0.68% | 0.55% | - |
| HSV(B) | 198.08º | 0.71% | 0.86% | - |
| XYZ | 29.59 | 35.68 | 72.34 | - |
| YUV | 144.77 | 169.89 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 219 | 0.71 | 0.21 | 0 | 0.14 | 198.08 | 0.68 | 0.55 |
| Hex | 3F | AC | DB | 47 | 15 | 0 | E | C6 | 44 | 37 |
| Octal | 77 | 254 | 333 | 107 | 25 | 0 | 16 | 306 | 104 | 67 |
| Binary | 111111 | 10101100 | 11011011 | 1000111 | 10101 | 0 | 1110 | 11000110 | 1000100 | 110111 |
Color Harmonies of #3FACDB
Complementary color
Monochromatic Colors of #3FACDB
Black with #3FACDB
Text Example
Text Example
White with #3FACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACDB; }
p { color: rgb(63,172,219); }
H1.HeaderClassName
{
color: #3FACDB;
}
.AnyTagClassName
{
color: #3FACDB;
}
</style>
background-color css
<style>
a { background-color: #3FACDB; }
a { background-color: rgb(63,172,219); }
div.DivClassName
{
background-color: #3FACDB;
}
.BgClassName
{
background-color: #3FACDB;
}
</style>
border-color css
<style>
span { border-color: #3FACDB; }
span { border-color: rgb(63,172,219); }
td.TdClassName
{
border-color: #3FACDB;
}
.TagClassName
{
border-color: #3FACDB;
}
</style>