Shades of Summer Sky #3ACCFB
Tints of Summer Sky #3ACCFB
RGB
CMYK
RGB Variations
Color information
#3ACCFB (or 0x3ACCFB) is known color: Summer Sky. HEX triplet: 3A, CC and FB. RGB value is (58,204,251). Sum of RGB (Red+Green+Blue) = 58+204+251=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #3ACCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCFB is #C53304. Grayscale: #A5A5A5. Windows color (decimal): -12923653 or 16501818. OLE color: 16501818.
HSL color Cylindrical-coordinate representation of color #3ACCFB: hue angle of 194.61º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACCFB is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 204 | 251 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.02 |
| HSL | 194.61º | 0.96% | 0.61% | - |
| HSV(B) | 194.61º | 0.77% | 0.98% | - |
| XYZ | 40.75 | 51.05 | 98.97 | - |
| YUV | 165.7 | 176.13 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 251 | 0.77 | 0.19 | 0 | 0.02 | 194.61 | 0.96 | 0.61 |
| Hex | 3A | CC | FB | 4D | 13 | 0 | 2 | C3 | 60 | 3D |
| Octal | 72 | 314 | 373 | 115 | 23 | 0 | 2 | 303 | 140 | 75 |
| Binary | 111010 | 11001100 | 11111011 | 1001101 | 10011 | 0 | 10 | 11000011 | 1100000 | 111101 |
Color Harmonies of #3ACCFB
Complementary color
Monochromatic Colors of #3ACCFB
Black with #3ACCFB
Text Example
Text Example
White with #3ACCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCFB; }
p { color: rgb(58,204,251); }
H1.HeaderClassName
{
color: #3ACCFB;
}
.AnyTagClassName
{
color: #3ACCFB;
}
</style>
background-color css
<style>
a { background-color: #3ACCFB; }
a { background-color: rgb(58,204,251); }
div.DivClassName
{
background-color: #3ACCFB;
}
.BgClassName
{
background-color: #3ACCFB;
}
</style>
border-color css
<style>
span { border-color: #3ACCFB; }
span { border-color: rgb(58,204,251); }
td.TdClassName
{
border-color: #3ACCFB;
}
.TagClassName
{
border-color: #3ACCFB;
}
</style>