Shades of Summer Sky #3DAFED
Tints of Summer Sky #3DAFED
RGB
CMYK
RGB Variations
Color information
#3DAFED (or 0x3DAFED) is known color: Summer Sky. HEX triplet: 3D, AF and ED. RGB value is (61,175,237). Sum of RGB (Red+Green+Blue) = 61+175+237=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DAFED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAFED is #C25012. Grayscale: #939393. Windows color (decimal): -12734483 or 15576893. OLE color: 15576893.
HSL color Cylindrical-coordinate representation of color #3DAFED: hue angle of 201.14º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DAFED is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 175 | 237 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.07 |
| HSL | 201.14º | 0.83% | 0.58% | - |
| HSV(B) | 201.14º | 0.74% | 0.93% | - |
| XYZ | 32.54 | 37.77 | 85.7 | - |
| YUV | 147.98 | 178.23 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 237 | 0.74 | 0.26 | 0 | 0.07 | 201.14 | 0.83 | 0.58 |
| Hex | 3D | AF | ED | 4A | 1A | 0 | 7 | C9 | 53 | 3A |
| Octal | 75 | 257 | 355 | 112 | 32 | 0 | 7 | 311 | 123 | 72 |
| Binary | 111101 | 10101111 | 11101101 | 1001010 | 11010 | 0 | 111 | 11001001 | 1010011 | 111010 |
Color Harmonies of #3DAFED
Complementary color
Monochromatic Colors of #3DAFED
Black with #3DAFED
Text Example
Text Example
White with #3DAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFED; }
p { color: rgb(61,175,237); }
H1.HeaderClassName
{
color: #3DAFED;
}
.AnyTagClassName
{
color: #3DAFED;
}
</style>
background-color css
<style>
a { background-color: #3DAFED; }
a { background-color: rgb(61,175,237); }
div.DivClassName
{
background-color: #3DAFED;
}
.BgClassName
{
background-color: #3DAFED;
}
</style>
border-color css
<style>
span { border-color: #3DAFED; }
span { border-color: rgb(61,175,237); }
td.TdClassName
{
border-color: #3DAFED;
}
.TagClassName
{
border-color: #3DAFED;
}
</style>