Shades of Summer Sky #3FABDC
Tints of Summer Sky #3FABDC
RGB
CMYK
RGB Variations
Color information
#3FABDC (or 0x3FABDC) is known color: Summer Sky. HEX triplet: 3F, AB and DC. RGB value is (63,171,220). Sum of RGB (Red+Green+Blue) = 63+171+220=454 (60% of max value = 765). Red value is 63 (25% from 255 or 13.88% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABDC is #C05423. Grayscale: #8F8F8F. Windows color (decimal): -12604452 or 14461759. OLE color: 14461759.
HSL color Cylindrical-coordinate representation of color #3FABDC: hue angle of 198.73º degrees, saturation: 0.69, 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 #3FABDC is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 171 | 220 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.14 |
| HSL | 198.73º | 0.69% | 0.55% | - |
| HSV(B) | 198.73º | 0.71% | 0.86% | - |
| XYZ | 29.53 | 35.35 | 72.98 | - |
| YUV | 144.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 220 | 0.71 | 0.22 | 0 | 0.14 | 198.73 | 0.69 | 0.55 |
| Hex | 3F | AB | DC | 47 | 16 | 0 | E | C7 | 45 | 37 |
| Octal | 77 | 253 | 334 | 107 | 26 | 0 | 16 | 307 | 105 | 67 |
| Binary | 111111 | 10101011 | 11011100 | 1000111 | 10110 | 0 | 1110 | 11000111 | 1000101 | 110111 |
Color Harmonies of #3FABDC
Complementary color
Monochromatic Colors of #3FABDC
Black with #3FABDC
Text Example
Text Example
White with #3FABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABDC; }
p { color: rgb(63,171,220); }
H1.HeaderClassName
{
color: #3FABDC;
}
.AnyTagClassName
{
color: #3FABDC;
}
</style>
background-color css
<style>
a { background-color: #3FABDC; }
a { background-color: rgb(63,171,220); }
div.DivClassName
{
background-color: #3FABDC;
}
.BgClassName
{
background-color: #3FABDC;
}
</style>
border-color css
<style>
span { border-color: #3FABDC; }
span { border-color: rgb(63,171,220); }
td.TdClassName
{
border-color: #3FABDC;
}
.TagClassName
{
border-color: #3FABDC;
}
</style>