Shades of Summer Sky #3FABDF
Tints of Summer Sky #3FABDF
RGB
CMYK
RGB Variations
Color information
#3FABDF (or 0x3FABDF) is known color: Summer Sky. HEX triplet: 3F, AB and DF. RGB value is (63,171,223). Sum of RGB (Red+Green+Blue) = 63+171+223=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #3FABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABDF is #C05420. Grayscale: #909090. Windows color (decimal): -12604449 or 14658367. OLE color: 14658367.
HSL color Cylindrical-coordinate representation of color #3FABDF: hue angle of 199.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FABDF is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 171 | 223 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.13 |
| HSL | 199.5º | 0.71% | 0.56% | - |
| HSV(B) | 199.5º | 0.72% | 0.87% | - |
| XYZ | 29.93 | 35.51 | 75.09 | - |
| YUV | 144.64 | 172.22 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 223 | 0.72 | 0.23 | 0 | 0.13 | 199.5 | 0.71 | 0.56 |
| Hex | 3F | AB | DF | 48 | 17 | 0 | D | C8 | 47 | 38 |
| Octal | 77 | 253 | 337 | 110 | 27 | 0 | 15 | 310 | 107 | 70 |
| Binary | 111111 | 10101011 | 11011111 | 1001000 | 10111 | 0 | 1101 | 11001000 | 1000111 | 111000 |
Color Harmonies of #3FABDF
Complementary color
Monochromatic Colors of #3FABDF
Black with #3FABDF
Text Example
Text Example
White with #3FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABDF; }
p { color: rgb(63,171,223); }
H1.HeaderClassName
{
color: #3FABDF;
}
.AnyTagClassName
{
color: #3FABDF;
}
</style>
background-color css
<style>
a { background-color: #3FABDF; }
a { background-color: rgb(63,171,223); }
div.DivClassName
{
background-color: #3FABDF;
}
.BgClassName
{
background-color: #3FABDF;
}
</style>
border-color css
<style>
span { border-color: #3FABDF; }
span { border-color: rgb(63,171,223); }
td.TdClassName
{
border-color: #3FABDF;
}
.TagClassName
{
border-color: #3FABDF;
}
</style>