Shades of Summer Sky #3ACCF1
Tints of Summer Sky #3ACCF1
RGB
CMYK
RGB Variations
Color information
#3ACCF1 (or 0x3ACCF1) is known color: Summer Sky. HEX triplet: 3A, CC and F1. RGB value is (58,204,241). Sum of RGB (Red+Green+Blue) = 58+204+241=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #3ACCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCF1 is #C5330E. Grayscale: #A4A4A4. Windows color (decimal): -12923663 or 15846458. OLE color: 15846458.
HSL color Cylindrical-coordinate representation of color #3ACCF1: hue angle of 192.13º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACCF1 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 204 | 241 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.05 |
| HSL | 192.13º | 0.87% | 0.59% | - |
| HSV(B) | 192.13º | 0.76% | 0.95% | - |
| XYZ | 39.21 | 50.44 | 90.89 | - |
| YUV | 164.56 | 171.13 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 241 | 0.76 | 0.15 | 0 | 0.05 | 192.13 | 0.87 | 0.59 |
| Hex | 3A | CC | F1 | 4C | F | 0 | 5 | C0 | 57 | 3B |
| Octal | 72 | 314 | 361 | 114 | 17 | 0 | 5 | 300 | 127 | 73 |
| Binary | 111010 | 11001100 | 11110001 | 1001100 | 1111 | 0 | 101 | 11000000 | 1010111 | 111011 |
Color Harmonies of #3ACCF1
Complementary color
Monochromatic Colors of #3ACCF1
Black with #3ACCF1
Text Example
Text Example
White with #3ACCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCF1; }
p { color: rgb(58,204,241); }
H1.HeaderClassName
{
color: #3ACCF1;
}
.AnyTagClassName
{
color: #3ACCF1;
}
</style>
background-color css
<style>
a { background-color: #3ACCF1; }
a { background-color: rgb(58,204,241); }
div.DivClassName
{
background-color: #3ACCF1;
}
.BgClassName
{
background-color: #3ACCF1;
}
</style>
border-color css
<style>
span { border-color: #3ACCF1; }
span { border-color: rgb(58,204,241); }
td.TdClassName
{
border-color: #3ACCF1;
}
.TagClassName
{
border-color: #3ACCF1;
}
</style>