Shades of Summer Sky #3ACDFE
Tints of Summer Sky #3ACDFE
RGB
CMYK
RGB Variations
Color information
#3ACDFE (or 0x3ACDFE) is known color: Summer Sky. HEX triplet: 3A, CD and FE. RGB value is (58,205,254). Sum of RGB (Red+Green+Blue) = 58+205+254=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #3ACDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDFE is #C53201. Grayscale: #A6A6A6. Windows color (decimal): -12923394 or 16698682. OLE color: 16698682.
HSL color Cylindrical-coordinate representation of color #3ACDFE: hue angle of 195º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACDFE is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 205 | 254 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.61% | - |
| HSV(B) | 195º | 0.77% | 1% | - |
| XYZ | 41.47 | 51.72 | 101.56 | - |
| YUV | 166.63 | 177.3 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 254 | 0.77 | 0.19 | 0 | 0.00 | 195 | 0.99 | 0.61 |
| Hex | 3A | CD | FE | 4D | 13 | 0 | 0 | C3 | 63 | 3D |
| Octal | 72 | 315 | 376 | 115 | 23 | 0 | 0 | 303 | 143 | 75 |
| Binary | 111010 | 11001101 | 11111110 | 1001101 | 10011 | 0 | 0 | 11000011 | 1100011 | 111101 |
Color Harmonies of #3ACDFE
Complementary color
Monochromatic Colors of #3ACDFE
Black with #3ACDFE
Text Example
Text Example
White with #3ACDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDFE; }
p { color: rgb(58,205,254); }
H1.HeaderClassName
{
color: #3ACDFE;
}
.AnyTagClassName
{
color: #3ACDFE;
}
</style>
background-color css
<style>
a { background-color: #3ACDFE; }
a { background-color: rgb(58,205,254); }
div.DivClassName
{
background-color: #3ACDFE;
}
.BgClassName
{
background-color: #3ACDFE;
}
</style>
border-color css
<style>
span { border-color: #3ACDFE; }
span { border-color: rgb(58,205,254); }
td.TdClassName
{
border-color: #3ACDFE;
}
.TagClassName
{
border-color: #3ACDFE;
}
</style>