Shades of Summer Sky #3ACCFF
Tints of Summer Sky #3ACCFF
RGB
CMYK
RGB Variations
Color information
#3ACCFF (or 0x3ACCFF) is known color: Summer Sky. HEX triplet: 3A, CC and FF. RGB value is (58,204,255). Sum of RGB (Red+Green+Blue) = 58+204+255=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ACCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCFF is #C53300. Grayscale: #A5A5A5. Windows color (decimal): -12923649 or 16763962. OLE color: 16763962.
HSL color Cylindrical-coordinate representation of color #3ACCFF: hue angle of 195.53º 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 #3ACCFF is Cyan = 0.77, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 204 | 255 | - |
| CMYK | 0.77 | 0.2 | 0 | 0 |
| HSL | 195.53º | 1% | 0.61% | - |
| HSV(B) | 195.53º | 0.77% | 1% | - |
| XYZ | 41.39 | 51.31 | 102.33 | - |
| YUV | 166.16 | 178.13 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 255 | 0.77 | 0.2 | 0 | 0 | 195.53 | 1 | 0.61 |
| Hex | 3A | CC | FF | 4D | 14 | 0 | 0 | C4 | 64 | 3D |
| Octal | 72 | 314 | 377 | 115 | 24 | 0 | 0 | 304 | 144 | 75 |
| Binary | 111010 | 11001100 | 11111111 | 1001101 | 10100 | 0 | 0 | 11000100 | 1100100 | 111101 |
Color Harmonies of #3ACCFF
Complementary color
Monochromatic Colors of #3ACCFF
Black with #3ACCFF
Text Example
Text Example
White with #3ACCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCFF; }
p { color: rgb(58,204,255); }
H1.HeaderClassName
{
color: #3ACCFF;
}
.AnyTagClassName
{
color: #3ACCFF;
}
</style>
background-color css
<style>
a { background-color: #3ACCFF; }
a { background-color: rgb(58,204,255); }
div.DivClassName
{
background-color: #3ACCFF;
}
.BgClassName
{
background-color: #3ACCFF;
}
</style>
border-color css
<style>
span { border-color: #3ACCFF; }
span { border-color: rgb(58,204,255); }
td.TdClassName
{
border-color: #3ACCFF;
}
.TagClassName
{
border-color: #3ACCFF;
}
</style>