Shades of Summer Sky #3FABEF
Tints of Summer Sky #3FABEF
RGB
CMYK
RGB Variations
Color information
#3FABEF (or 0x3FABEF) is known color: Summer Sky. HEX triplet: 3F, AB and EF. RGB value is (63,171,239). Sum of RGB (Red+Green+Blue) = 63+171+239=473 (62% of max value = 765). Red value is 63 (25% from 255 or 13.32% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FABEF is #C05410. Grayscale: #929292. Windows color (decimal): -12604433 or 15706943. OLE color: 15706943.
HSL color Cylindrical-coordinate representation of color #3FABEF: hue angle of 203.18º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FABEF is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 171 | 239 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.06 |
| HSL | 203.18º | 0.85% | 0.59% | - |
| HSV(B) | 203.18º | 0.74% | 0.94% | - |
| XYZ | 32.19 | 36.41 | 86.99 | - |
| YUV | 146.46 | 180.22 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 239 | 0.74 | 0.28 | 0 | 0.06 | 203.18 | 0.85 | 0.59 |
| Hex | 3F | AB | EF | 4A | 1C | 0 | 6 | CB | 55 | 3B |
| Octal | 77 | 253 | 357 | 112 | 34 | 0 | 6 | 313 | 125 | 73 |
| Binary | 111111 | 10101011 | 11101111 | 1001010 | 11100 | 0 | 110 | 11001011 | 1010101 | 111011 |
Color Harmonies of #3FABEF
Complementary color
Monochromatic Colors of #3FABEF
Black with #3FABEF
Text Example
Text Example
White with #3FABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABEF; }
p { color: rgb(63,171,239); }
H1.HeaderClassName
{
color: #3FABEF;
}
.AnyTagClassName
{
color: #3FABEF;
}
</style>
background-color css
<style>
a { background-color: #3FABEF; }
a { background-color: rgb(63,171,239); }
div.DivClassName
{
background-color: #3FABEF;
}
.BgClassName
{
background-color: #3FABEF;
}
</style>
border-color css
<style>
span { border-color: #3FABEF; }
span { border-color: rgb(63,171,239); }
td.TdClassName
{
border-color: #3FABEF;
}
.TagClassName
{
border-color: #3FABEF;
}
</style>