Shades of Summer Sky #3FABD8
Tints of Summer Sky #3FABD8
RGB
CMYK
RGB Variations
Color information
#3FABD8 (or 0x3FABD8) is known color: Summer Sky. HEX triplet: 3F, AB and D8. RGB value is (63,171,216). Sum of RGB (Red+Green+Blue) = 63+171+216=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #3FABD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABD8 is #C05427. Grayscale: #8F8F8F. Windows color (decimal): -12604456 or 14199615. OLE color: 14199615.
HSL color Cylindrical-coordinate representation of color #3FABD8: hue angle of 197.65º degrees, saturation: 0.66, 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 #3FABD8 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 171 | 216 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.15 |
| HSL | 197.65º | 0.66% | 0.55% | - |
| HSV(B) | 197.65º | 0.71% | 0.85% | - |
| XYZ | 29.01 | 35.14 | 70.22 | - |
| YUV | 143.84 | 168.72 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 216 | 0.71 | 0.21 | 0 | 0.15 | 197.65 | 0.66 | 0.55 |
| Hex | 3F | AB | D8 | 47 | 15 | 0 | F | C6 | 42 | 37 |
| Octal | 77 | 253 | 330 | 107 | 25 | 0 | 17 | 306 | 102 | 67 |
| Binary | 111111 | 10101011 | 11011000 | 1000111 | 10101 | 0 | 1111 | 11000110 | 1000010 | 110111 |
Color Harmonies of #3FABD8
Complementary color
Monochromatic Colors of #3FABD8
Black with #3FABD8
Text Example
Text Example
White with #3FABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABD8; }
p { color: rgb(63,171,216); }
H1.HeaderClassName
{
color: #3FABD8;
}
.AnyTagClassName
{
color: #3FABD8;
}
</style>
background-color css
<style>
a { background-color: #3FABD8; }
a { background-color: rgb(63,171,216); }
div.DivClassName
{
background-color: #3FABD8;
}
.BgClassName
{
background-color: #3FABD8;
}
</style>
border-color css
<style>
span { border-color: #3FABD8; }
span { border-color: rgb(63,171,216); }
td.TdClassName
{
border-color: #3FABD8;
}
.TagClassName
{
border-color: #3FABD8;
}
</style>