Shades of Summer Sky #3A9FDF
Tints of Summer Sky #3A9FDF
RGB
CMYK
RGB Variations
Color information
#3A9FDF (or 0x3A9FDF) is known color: Summer Sky. HEX triplet: 3A, 9F and DF. RGB value is (58,159,223). Sum of RGB (Red+Green+Blue) = 58+159+223=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A9FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9FDF is #C56020. Grayscale: #878787. Windows color (decimal): -12935201 or 14655290. OLE color: 14655290.
HSL color Cylindrical-coordinate representation of color #3A9FDF: hue angle of 203.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A9FDF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 159 | 223 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.13 |
| HSL | 203.27º | 0.72% | 0.55% | - |
| HSV(B) | 203.27º | 0.74% | 0.87% | - |
| XYZ | 27.46 | 31.02 | 74.35 | - |
| YUV | 136.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 223 | 0.74 | 0.29 | 0 | 0.13 | 203.27 | 0.72 | 0.55 |
| Hex | 3A | 9F | DF | 4A | 1D | 0 | D | CB | 48 | 37 |
| Octal | 72 | 237 | 337 | 112 | 35 | 0 | 15 | 313 | 110 | 67 |
| Binary | 111010 | 10011111 | 11011111 | 1001010 | 11101 | 0 | 1101 | 11001011 | 1001000 | 110111 |
Color Harmonies of #3A9FDF
Complementary color
Monochromatic Colors of #3A9FDF
Black with #3A9FDF
Text Example
Text Example
White with #3A9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9FDF; }
p { color: rgb(58,159,223); }
H1.HeaderClassName
{
color: #3A9FDF;
}
.AnyTagClassName
{
color: #3A9FDF;
}
</style>
background-color css
<style>
a { background-color: #3A9FDF; }
a { background-color: rgb(58,159,223); }
div.DivClassName
{
background-color: #3A9FDF;
}
.BgClassName
{
background-color: #3A9FDF;
}
</style>
border-color css
<style>
span { border-color: #3A9FDF; }
span { border-color: rgb(58,159,223); }
td.TdClassName
{
border-color: #3A9FDF;
}
.TagClassName
{
border-color: #3A9FDF;
}
</style>