Shades of Summer Sky #3ACEFC
Tints of Summer Sky #3ACEFC
RGB
CMYK
RGB Variations
Color information
#3ACEFC (or 0x3ACEFC) is known color: Summer Sky. HEX triplet: 3A, CE and FC. RGB value is (58,206,252). Sum of RGB (Red+Green+Blue) = 58+206+252=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #3ACEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEFC is #C53103. Grayscale: #A6A6A6. Windows color (decimal): -12923140 or 16567866. OLE color: 16567866.
HSL color Cylindrical-coordinate representation of color #3ACEFC: hue angle of 194.23º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACEFC is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 206 | 252 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.01 |
| HSL | 194.23º | 0.97% | 0.61% | - |
| HSV(B) | 194.23º | 0.77% | 0.99% | - |
| XYZ | 41.39 | 52.07 | 99.96 | - |
| YUV | 166.99 | 175.97 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 252 | 0.77 | 0.18 | 0 | 0.01 | 194.23 | 0.97 | 0.61 |
| Hex | 3A | CE | FC | 4D | 12 | 0 | 1 | C2 | 61 | 3D |
| Octal | 72 | 316 | 374 | 115 | 22 | 0 | 1 | 302 | 141 | 75 |
| Binary | 111010 | 11001110 | 11111100 | 1001101 | 10010 | 0 | 1 | 11000010 | 1100001 | 111101 |
Color Harmonies of #3ACEFC
Complementary color
Monochromatic Colors of #3ACEFC
Black with #3ACEFC
Text Example
Text Example
White with #3ACEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEFC; }
p { color: rgb(58,206,252); }
H1.HeaderClassName
{
color: #3ACEFC;
}
.AnyTagClassName
{
color: #3ACEFC;
}
</style>
background-color css
<style>
a { background-color: #3ACEFC; }
a { background-color: rgb(58,206,252); }
div.DivClassName
{
background-color: #3ACEFC;
}
.BgClassName
{
background-color: #3ACEFC;
}
</style>
border-color css
<style>
span { border-color: #3ACEFC; }
span { border-color: rgb(58,206,252); }
td.TdClassName
{
border-color: #3ACEFC;
}
.TagClassName
{
border-color: #3ACEFC;
}
</style>