Shades of Summer Sky #3AA6FB
Tints of Summer Sky #3AA6FB
RGB
CMYK
RGB Variations
Color information
#3AA6FB (or 0x3AA6FB) is known color: Summer Sky. HEX triplet: 3A, A6 and FB. RGB value is (58,166,251). Sum of RGB (Red+Green+Blue) = 58+166+251=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AA6FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA6FB is #C55904. Grayscale: #8E8E8E. Windows color (decimal): -12933381 or 16492090. OLE color: 16492090.
HSL color Cylindrical-coordinate representation of color #3AA6FB: hue angle of 206.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AA6FB is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 166 | 251 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.02 |
| HSL | 206.42º | 0.96% | 0.61% | - |
| HSV(B) | 206.42º | 0.77% | 0.98% | - |
| XYZ | 32.79 | 35.14 | 96.32 | - |
| YUV | 143.4 | 188.72 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 251 | 0.77 | 0.34 | 0 | 0.02 | 206.42 | 0.96 | 0.61 |
| Hex | 3A | A6 | FB | 4D | 22 | 0 | 2 | CE | 60 | 3D |
| Octal | 72 | 246 | 373 | 115 | 42 | 0 | 2 | 316 | 140 | 75 |
| Binary | 111010 | 10100110 | 11111011 | 1001101 | 100010 | 0 | 10 | 11001110 | 1100000 | 111101 |
Color Harmonies of #3AA6FB
Complementary color
Monochromatic Colors of #3AA6FB
Black with #3AA6FB
Text Example
Text Example
White with #3AA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA6FB; }
p { color: rgb(58,166,251); }
H1.HeaderClassName
{
color: #3AA6FB;
}
.AnyTagClassName
{
color: #3AA6FB;
}
</style>
background-color css
<style>
a { background-color: #3AA6FB; }
a { background-color: rgb(58,166,251); }
div.DivClassName
{
background-color: #3AA6FB;
}
.BgClassName
{
background-color: #3AA6FB;
}
</style>
border-color css
<style>
span { border-color: #3AA6FB; }
span { border-color: rgb(58,166,251); }
td.TdClassName
{
border-color: #3AA6FB;
}
.TagClassName
{
border-color: #3AA6FB;
}
</style>