Shades of Summer Sky #3FABDA
Tints of Summer Sky #3FABDA
RGB
CMYK
RGB Variations
Color information
#3FABDA (or 0x3FABDA) is known color: Summer Sky. HEX triplet: 3F, AB and DA. RGB value is (63,171,218). Sum of RGB (Red+Green+Blue) = 63+171+218=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABDA is #C05425. Grayscale: #8F8F8F. Windows color (decimal): -12604454 or 14330687. OLE color: 14330687.
HSL color Cylindrical-coordinate representation of color #3FABDA: hue angle of 198.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FABDA is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 171 | 218 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.15 |
| HSL | 198.19º | 0.68% | 0.55% | - |
| HSV(B) | 198.19º | 0.71% | 0.85% | - |
| XYZ | 29.27 | 35.24 | 71.59 | - |
| YUV | 144.07 | 169.72 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 218 | 0.71 | 0.22 | 0 | 0.15 | 198.19 | 0.68 | 0.55 |
| Hex | 3F | AB | DA | 47 | 16 | 0 | F | C6 | 44 | 37 |
| Octal | 77 | 253 | 332 | 107 | 26 | 0 | 17 | 306 | 104 | 67 |
| Binary | 111111 | 10101011 | 11011010 | 1000111 | 10110 | 0 | 1111 | 11000110 | 1000100 | 110111 |
Color Harmonies of #3FABDA
Complementary color
Monochromatic Colors of #3FABDA
Black with #3FABDA
Text Example
Text Example
White with #3FABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABDA; }
p { color: rgb(63,171,218); }
H1.HeaderClassName
{
color: #3FABDA;
}
.AnyTagClassName
{
color: #3FABDA;
}
</style>
background-color css
<style>
a { background-color: #3FABDA; }
a { background-color: rgb(63,171,218); }
div.DivClassName
{
background-color: #3FABDA;
}
.BgClassName
{
background-color: #3FABDA;
}
</style>
border-color css
<style>
span { border-color: #3FABDA; }
span { border-color: rgb(63,171,218); }
td.TdClassName
{
border-color: #3FABDA;
}
.TagClassName
{
border-color: #3FABDA;
}
</style>