Shades of Summer Sky #39ACF5
Tints of Summer Sky #39ACF5
RGB
CMYK
RGB Variations
Color information
#39ACF5 (or 0x39ACF5) is known color: Summer Sky. HEX triplet: 39, AC and F5. RGB value is (57,172,245). Sum of RGB (Red+Green+Blue) = 57+172+245=474 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.03% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #39ACF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #39ACF5 is #C6530A. Grayscale: #919191. Windows color (decimal): -12997387 or 16100409. OLE color: 16100409.
HSL color Cylindrical-coordinate representation of color #39ACF5: hue angle of 203.3º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39ACF5 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 172 | 245 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.04 |
| HSL | 203.3º | 0.9% | 0.59% | - |
| HSV(B) | 203.3º | 0.77% | 0.96% | - |
| XYZ | 32.92 | 36.97 | 91.79 | - |
| YUV | 145.94 | 183.9 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 172 | 245 | 0.77 | 0.30 | 0 | 0.04 | 203.3 | 0.9 | 0.59 |
| Hex | 39 | AC | F5 | 4D | 1E | 0 | 4 | CB | 5A | 3B |
| Octal | 71 | 254 | 365 | 115 | 36 | 0 | 4 | 313 | 132 | 73 |
| Binary | 111001 | 10101100 | 11110101 | 1001101 | 11110 | 0 | 100 | 11001011 | 1011010 | 111011 |
Color Harmonies of #39ACF5
Complementary color
Monochromatic Colors of #39ACF5
Black with #39ACF5
Text Example
Text Example
White with #39ACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ACF5; }
p { color: rgb(57,172,245); }
H1.HeaderClassName
{
color: #39ACF5;
}
.AnyTagClassName
{
color: #39ACF5;
}
</style>
background-color css
<style>
a { background-color: #39ACF5; }
a { background-color: rgb(57,172,245); }
div.DivClassName
{
background-color: #39ACF5;
}
.BgClassName
{
background-color: #39ACF5;
}
</style>
border-color css
<style>
span { border-color: #39ACF5; }
span { border-color: rgb(57,172,245); }
td.TdClassName
{
border-color: #39ACF5;
}
.TagClassName
{
border-color: #39ACF5;
}
</style>