Shades of Summer Sky #3DAAFA
Tints of Summer Sky #3DAAFA
RGB
CMYK
RGB Variations
Color information
#3DAAFA (or 0x3DAAFA) is known color: Summer Sky. HEX triplet: 3D, AA and FA. RGB value is (61,170,250). Sum of RGB (Red+Green+Blue) = 61+170+250=481 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.68% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #3DAAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAAFA is #C25505. Grayscale: #929292. Windows color (decimal): -12735750 or 16427581. OLE color: 16427581.
HSL color Cylindrical-coordinate representation of color #3DAAFA: hue angle of 205.4º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DAAFA is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 170 | 250 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.02 |
| HSL | 205.4º | 0.95% | 0.61% | - |
| HSV(B) | 205.4º | 0.76% | 0.98% | - |
| XYZ | 33.55 | 36.64 | 95.75 | - |
| YUV | 146.53 | 186.39 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 250 | 0.76 | 0.32 | 0 | 0.02 | 205.4 | 0.95 | 0.61 |
| Hex | 3D | AA | FA | 4C | 20 | 0 | 2 | CD | 5F | 3D |
| Octal | 75 | 252 | 372 | 114 | 40 | 0 | 2 | 315 | 137 | 75 |
| Binary | 111101 | 10101010 | 11111010 | 1001100 | 100000 | 0 | 10 | 11001101 | 1011111 | 111101 |
Color Harmonies of #3DAAFA
Complementary color
Monochromatic Colors of #3DAAFA
Black with #3DAAFA
Text Example
Text Example
White with #3DAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAAFA; }
p { color: rgb(61,170,250); }
H1.HeaderClassName
{
color: #3DAAFA;
}
.AnyTagClassName
{
color: #3DAAFA;
}
</style>
background-color css
<style>
a { background-color: #3DAAFA; }
a { background-color: rgb(61,170,250); }
div.DivClassName
{
background-color: #3DAAFA;
}
.BgClassName
{
background-color: #3DAAFA;
}
</style>
border-color css
<style>
span { border-color: #3DAAFA; }
span { border-color: rgb(61,170,250); }
td.TdClassName
{
border-color: #3DAAFA;
}
.TagClassName
{
border-color: #3DAAFA;
}
</style>