Shades of Summer Sky #3DAFE4
Tints of Summer Sky #3DAFE4
RGB
CMYK
RGB Variations
Color information
#3DAFE4 (or 0x3DAFE4) is known color: Summer Sky. HEX triplet: 3D, AF and E4. RGB value is (61,175,228). Sum of RGB (Red+Green+Blue) = 61+175+228=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #3DAFE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFE4 is #C2501B. Grayscale: #929292. Windows color (decimal): -12734492 or 14987069. OLE color: 14987069.
HSL color Cylindrical-coordinate representation of color #3DAFE4: hue angle of 199.04º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DAFE4 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 61 | 175 | 228 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.11 |
| HSL | 199.04º | 0.76% | 0.57% | - |
| HSV(B) | 199.04º | 0.73% | 0.89% | - |
| XYZ | 31.26 | 37.25 | 78.94 | - |
| YUV | 146.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 228 | 0.73 | 0.23 | 0 | 0.11 | 199.04 | 0.76 | 0.57 |
| Hex | 3D | AF | E4 | 49 | 17 | 0 | B | C7 | 4C | 39 |
| Octal | 75 | 257 | 344 | 111 | 27 | 0 | 13 | 307 | 114 | 71 |
| Binary | 111101 | 10101111 | 11100100 | 1001001 | 10111 | 0 | 1011 | 11000111 | 1001100 | 111001 |
Color Harmonies of #3DAFE4
Complementary color
Monochromatic Colors of #3DAFE4
Black with #3DAFE4
Text Example
Text Example
White with #3DAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFE4; }
p { color: rgb(61,175,228); }
H1.HeaderClassName
{
color: #3DAFE4;
}
.AnyTagClassName
{
color: #3DAFE4;
}
</style>
background-color css
<style>
a { background-color: #3DAFE4; }
a { background-color: rgb(61,175,228); }
div.DivClassName
{
background-color: #3DAFE4;
}
.BgClassName
{
background-color: #3DAFE4;
}
</style>
border-color css
<style>
span { border-color: #3DAFE4; }
span { border-color: rgb(61,175,228); }
td.TdClassName
{
border-color: #3DAFE4;
}
.TagClassName
{
border-color: #3DAFE4;
}
</style>