Shades of Summer Sky #3AB1F7
Tints of Summer Sky #3AB1F7
RGB
CMYK
RGB Variations
Color information
#3AB1F7 (or 0x3AB1F7) is known color: Summer Sky. HEX triplet: 3A, B1 and F7. RGB value is (58,177,247). Sum of RGB (Red+Green+Blue) = 58+177+247=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #3AB1F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB1F7 is #C54E08. Grayscale: #959595. Windows color (decimal): -12930569 or 16232762. OLE color: 16232762.
HSL color Cylindrical-coordinate representation of color #3AB1F7: hue angle of 202.22º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB1F7 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 177 | 247 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.03 |
| HSL | 202.22º | 0.92% | 0.6% | - |
| HSV(B) | 202.22º | 0.77% | 0.97% | - |
| XYZ | 34.26 | 39.06 | 93.73 | - |
| YUV | 149.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 177 | 247 | 0.77 | 0.28 | 0 | 0.03 | 202.22 | 0.92 | 0.6 |
| Hex | 3A | B1 | F7 | 4D | 1C | 0 | 3 | CA | 5C | 3C |
| Octal | 72 | 261 | 367 | 115 | 34 | 0 | 3 | 312 | 134 | 74 |
| Binary | 111010 | 10110001 | 11110111 | 1001101 | 11100 | 0 | 11 | 11001010 | 1011100 | 111100 |
Color Harmonies of #3AB1F7
Complementary color
Monochromatic Colors of #3AB1F7
Black with #3AB1F7
Text Example
Text Example
White with #3AB1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB1F7; }
p { color: rgb(58,177,247); }
H1.HeaderClassName
{
color: #3AB1F7;
}
.AnyTagClassName
{
color: #3AB1F7;
}
</style>
background-color css
<style>
a { background-color: #3AB1F7; }
a { background-color: rgb(58,177,247); }
div.DivClassName
{
background-color: #3AB1F7;
}
.BgClassName
{
background-color: #3AB1F7;
}
</style>
border-color css
<style>
span { border-color: #3AB1F7; }
span { border-color: rgb(58,177,247); }
td.TdClassName
{
border-color: #3AB1F7;
}
.TagClassName
{
border-color: #3AB1F7;
}
</style>