Shades of Summer Sky #3FABD2
Tints of Summer Sky #3FABD2
RGB
CMYK
RGB Variations
Color information
#3FABD2 (or 0x3FABD2) is known color: Summer Sky. HEX triplet: 3F, AB and D2. RGB value is (63,171,210). Sum of RGB (Red+Green+Blue) = 63+171+210=444 (58% of max value = 765). Red value is 63 (25% from 255 or 14.19% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 210 - color contains mainly: blue. Hex color #3FABD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FABD2 is #C0542D. Grayscale: #8E8E8E. Windows color (decimal): -12604462 or 13806399. OLE color: 13806399.
HSL color Cylindrical-coordinate representation of color #3FABD2: hue angle of 195.92º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FABD2 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 171 | 210 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.18 |
| HSL | 195.92º | 0.62% | 0.54% | - |
| HSV(B) | 195.92º | 0.7% | 0.82% | - |
| XYZ | 28.25 | 34.84 | 66.21 | - |
| YUV | 143.15 | 165.72 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 210 | 0.70 | 0.19 | 0 | 0.18 | 195.92 | 0.62 | 0.54 |
| Hex | 3F | AB | D2 | 46 | 13 | 0 | 12 | C4 | 3E | 36 |
| Octal | 77 | 253 | 322 | 106 | 23 | 0 | 22 | 304 | 76 | 66 |
| Binary | 111111 | 10101011 | 11010010 | 1000110 | 10011 | 0 | 10010 | 11000100 | 111110 | 110110 |
Color Harmonies of #3FABD2
Complementary color
Monochromatic Colors of #3FABD2
Black with #3FABD2
Text Example
Text Example
White with #3FABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FABD2; }
p { color: rgb(63,171,210); }
H1.HeaderClassName
{
color: #3FABD2;
}
.AnyTagClassName
{
color: #3FABD2;
}
</style>
background-color css
<style>
a { background-color: #3FABD2; }
a { background-color: rgb(63,171,210); }
div.DivClassName
{
background-color: #3FABD2;
}
.BgClassName
{
background-color: #3FABD2;
}
</style>
border-color css
<style>
span { border-color: #3FABD2; }
span { border-color: rgb(63,171,210); }
td.TdClassName
{
border-color: #3FABD2;
}
.TagClassName
{
border-color: #3FABD2;
}
</style>