Shades of Summer Sky #3ACCF3
Tints of Summer Sky #3ACCF3
RGB
CMYK
RGB Variations
Color information
#3ACCF3 (or 0x3ACCF3) is known color: Summer Sky. HEX triplet: 3A, CC and F3. RGB value is (58,204,243). Sum of RGB (Red+Green+Blue) = 58+204+243=505 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.49% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #3ACCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCF3 is #C5330C. Grayscale: #A4A4A4. Windows color (decimal): -12923661 or 15977530. OLE color: 15977530.
HSL color Cylindrical-coordinate representation of color #3ACCF3: hue angle of 192.65º degrees, saturation: 0.89, 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 #3ACCF3 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 204 | 243 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.05 |
| HSL | 192.65º | 0.89% | 0.59% | - |
| HSV(B) | 192.65º | 0.76% | 0.95% | - |
| XYZ | 39.52 | 50.56 | 92.47 | - |
| YUV | 164.79 | 172.13 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 243 | 0.76 | 0.16 | 0 | 0.05 | 192.65 | 0.89 | 0.59 |
| Hex | 3A | CC | F3 | 4C | 10 | 0 | 5 | C1 | 59 | 3B |
| Octal | 72 | 314 | 363 | 114 | 20 | 0 | 5 | 301 | 131 | 73 |
| Binary | 111010 | 11001100 | 11110011 | 1001100 | 10000 | 0 | 101 | 11000001 | 1011001 | 111011 |
Color Harmonies of #3ACCF3
Complementary color
Monochromatic Colors of #3ACCF3
Black with #3ACCF3
Text Example
Text Example
White with #3ACCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCF3; }
p { color: rgb(58,204,243); }
H1.HeaderClassName
{
color: #3ACCF3;
}
.AnyTagClassName
{
color: #3ACCF3;
}
</style>
background-color css
<style>
a { background-color: #3ACCF3; }
a { background-color: rgb(58,204,243); }
div.DivClassName
{
background-color: #3ACCF3;
}
.BgClassName
{
background-color: #3ACCF3;
}
</style>
border-color css
<style>
span { border-color: #3ACCF3; }
span { border-color: rgb(58,204,243); }
td.TdClassName
{
border-color: #3ACCF3;
}
.TagClassName
{
border-color: #3ACCF3;
}
</style>