Shades of Summer Sky #3DAFFF
Tints of Summer Sky #3DAFFF
RGB
CMYK
RGB Variations
Color information
#3DAFFF (or 0x3DAFFF) is known color: Summer Sky. HEX triplet: 3D, AF and FF. RGB value is (61,175,255). Sum of RGB (Red+Green+Blue) = 61+175+255=491 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.42% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DAFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAFFF is #C25000. Grayscale: #959595. Windows color (decimal): -12734465 or 16756541. OLE color: 16756541.
HSL color Cylindrical-coordinate representation of color #3DAFFF: hue angle of 204.74º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DAFFF is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 175 | 255 | - |
| CMYK | 0.76 | 0.31 | 0 | 0 |
| HSL | 204.74º | 1% | 0.62% | - |
| HSV(B) | 204.74º | 0.76% | 1% | - |
| XYZ | 35.3 | 38.87 | 100.25 | - |
| YUV | 150.03 | 187.23 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 255 | 0.76 | 0.31 | 0 | 0 | 204.74 | 1 | 0.62 |
| Hex | 3D | AF | FF | 4C | 1F | 0 | 0 | CD | 64 | 3E |
| Octal | 75 | 257 | 377 | 114 | 37 | 0 | 0 | 315 | 144 | 76 |
| Binary | 111101 | 10101111 | 11111111 | 1001100 | 11111 | 0 | 0 | 11001101 | 1100100 | 111110 |
Color Harmonies of #3DAFFF
Complementary color
Monochromatic Colors of #3DAFFF
Black with #3DAFFF
Text Example
Text Example
White with #3DAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFFF; }
p { color: rgb(61,175,255); }
H1.HeaderClassName
{
color: #3DAFFF;
}
.AnyTagClassName
{
color: #3DAFFF;
}
</style>
background-color css
<style>
a { background-color: #3DAFFF; }
a { background-color: rgb(61,175,255); }
div.DivClassName
{
background-color: #3DAFFF;
}
.BgClassName
{
background-color: #3DAFFF;
}
</style>
border-color css
<style>
span { border-color: #3DAFFF; }
span { border-color: rgb(61,175,255); }
td.TdClassName
{
border-color: #3DAFFF;
}
.TagClassName
{
border-color: #3DAFFF;
}
</style>