Shades of Summer Sky #3FADDB
Tints of Summer Sky #3FADDB
RGB
CMYK
RGB Variations
Color information
#3FADDB (or 0x3FADDB) is known color: Summer Sky. HEX triplet: 3F, AD and DB. RGB value is (63,173,219). Sum of RGB (Red+Green+Blue) = 63+173+219=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #3FADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADDB is #C05224. Grayscale: #919191. Windows color (decimal): -12603941 or 14396735. OLE color: 14396735.
HSL color Cylindrical-coordinate representation of color #3FADDB: hue angle of 197.69º 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 #3FADDB is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 173 | 219 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.14 |
| HSL | 197.69º | 0.68% | 0.55% | - |
| HSV(B) | 197.69º | 0.71% | 0.86% | - |
| XYZ | 29.78 | 36.06 | 72.41 | - |
| YUV | 145.35 | 169.56 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 219 | 0.71 | 0.21 | 0 | 0.14 | 197.69 | 0.68 | 0.55 |
| Hex | 3F | AD | DB | 47 | 15 | 0 | E | C6 | 44 | 37 |
| Octal | 77 | 255 | 333 | 107 | 25 | 0 | 16 | 306 | 104 | 67 |
| Binary | 111111 | 10101101 | 11011011 | 1000111 | 10101 | 0 | 1110 | 11000110 | 1000100 | 110111 |
Color Harmonies of #3FADDB
Complementary color
Monochromatic Colors of #3FADDB
Black with #3FADDB
Text Example
Text Example
White with #3FADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADDB; }
p { color: rgb(63,173,219); }
H1.HeaderClassName
{
color: #3FADDB;
}
.AnyTagClassName
{
color: #3FADDB;
}
</style>
background-color css
<style>
a { background-color: #3FADDB; }
a { background-color: rgb(63,173,219); }
div.DivClassName
{
background-color: #3FADDB;
}
.BgClassName
{
background-color: #3FADDB;
}
</style>
border-color css
<style>
span { border-color: #3FADDB; }
span { border-color: rgb(63,173,219); }
td.TdClassName
{
border-color: #3FADDB;
}
.TagClassName
{
border-color: #3FADDB;
}
</style>