Shades of Summer Sky #3AAFFF
Tints of Summer Sky #3AAFFF
RGB
CMYK
RGB Variations
Color information
#3AAFFF (or 0x3AAFFF) is known color: Summer Sky. HEX triplet: 3A, AF and FF. RGB value is (58,175,255). Sum of RGB (Red+Green+Blue) = 58+175+255=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AAFFF is #C55000. Grayscale: #949494. Windows color (decimal): -12931073 or 16756538. OLE color: 16756538.
HSL color Cylindrical-coordinate representation of color #3AAFFF: hue angle of 204.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AAFFF is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 175 | 255 | - |
| CMYK | 0.77 | 0.31 | 0 | 0 |
| HSL | 204.37º | 1% | 0.61% | - |
| HSV(B) | 204.37º | 0.77% | 1% | - |
| XYZ | 35.12 | 38.78 | 100.24 | - |
| YUV | 149.14 | 187.74 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 255 | 0.77 | 0.31 | 0 | 0 | 204.37 | 1 | 0.61 |
| Hex | 3A | AF | FF | 4D | 1F | 0 | 0 | CC | 64 | 3D |
| Octal | 72 | 257 | 377 | 115 | 37 | 0 | 0 | 314 | 144 | 75 |
| Binary | 111010 | 10101111 | 11111111 | 1001101 | 11111 | 0 | 0 | 11001100 | 1100100 | 111101 |
Color Harmonies of #3AAFFF
Complementary color
Monochromatic Colors of #3AAFFF
Black with #3AAFFF
Text Example
Text Example
White with #3AAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAFFF; }
p { color: rgb(58,175,255); }
H1.HeaderClassName
{
color: #3AAFFF;
}
.AnyTagClassName
{
color: #3AAFFF;
}
</style>
background-color css
<style>
a { background-color: #3AAFFF; }
a { background-color: rgb(58,175,255); }
div.DivClassName
{
background-color: #3AAFFF;
}
.BgClassName
{
background-color: #3AAFFF;
}
</style>
border-color css
<style>
span { border-color: #3AAFFF; }
span { border-color: rgb(58,175,255); }
td.TdClassName
{
border-color: #3AAFFF;
}
.TagClassName
{
border-color: #3AAFFF;
}
</style>