Shades of Summer Sky #3FA1DA
Tints of Summer Sky #3FA1DA
RGB
CMYK
RGB Variations
Color information
#3FA1DA (or 0x3FA1DA) is known color: Summer Sky. HEX triplet: 3F, A1 and DA. RGB value is (63,161,218). Sum of RGB (Red+Green+Blue) = 63+161+218=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FA1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA1DA is #C05E25. Grayscale: #898989. Windows color (decimal): -12607014 or 14328127. OLE color: 14328127.
HSL color Cylindrical-coordinate representation of color #3FA1DA: hue angle of 202.06º 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 #3FA1DA is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 161 | 218 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.15 |
| HSL | 202.06º | 0.68% | 0.55% | - |
| HSV(B) | 202.06º | 0.71% | 0.85% | - |
| XYZ | 27.45 | 31.61 | 70.98 | - |
| YUV | 138.2 | 173.03 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 218 | 0.71 | 0.26 | 0 | 0.15 | 202.06 | 0.68 | 0.55 |
| Hex | 3F | A1 | DA | 47 | 1A | 0 | F | CA | 44 | 37 |
| Octal | 77 | 241 | 332 | 107 | 32 | 0 | 17 | 312 | 104 | 67 |
| Binary | 111111 | 10100001 | 11011010 | 1000111 | 11010 | 0 | 1111 | 11001010 | 1000100 | 110111 |
Color Harmonies of #3FA1DA
Complementary color
Monochromatic Colors of #3FA1DA
Black with #3FA1DA
Text Example
Text Example
White with #3FA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA1DA; }
p { color: rgb(63,161,218); }
H1.HeaderClassName
{
color: #3FA1DA;
}
.AnyTagClassName
{
color: #3FA1DA;
}
</style>
background-color css
<style>
a { background-color: #3FA1DA; }
a { background-color: rgb(63,161,218); }
div.DivClassName
{
background-color: #3FA1DA;
}
.BgClassName
{
background-color: #3FA1DA;
}
</style>
border-color css
<style>
span { border-color: #3FA1DA; }
span { border-color: rgb(63,161,218); }
td.TdClassName
{
border-color: #3FA1DA;
}
.TagClassName
{
border-color: #3FA1DA;
}
</style>