Shades of Summer Sky #3DAFDF
Tints of Summer Sky #3DAFDF
RGB
CMYK
RGB Variations
Color information
#3DAFDF (or 0x3DAFDF) is known color: Summer Sky. HEX triplet: 3D, AF and DF. RGB value is (61,175,223). Sum of RGB (Red+Green+Blue) = 61+175+223=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFDF is #C25020. Grayscale: #929292. Windows color (decimal): -12734497 or 14659389. OLE color: 14659389.
HSL color Cylindrical-coordinate representation of color #3DAFDF: hue angle of 197.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DAFDF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 175 | 223 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.13 |
| HSL | 197.78º | 0.72% | 0.56% | - |
| HSV(B) | 197.78º | 0.73% | 0.87% | - |
| XYZ | 30.57 | 36.98 | 75.34 | - |
| YUV | 146.39 | 171.23 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 223 | 0.73 | 0.22 | 0 | 0.13 | 197.78 | 0.72 | 0.56 |
| Hex | 3D | AF | DF | 49 | 16 | 0 | D | C6 | 48 | 38 |
| Octal | 75 | 257 | 337 | 111 | 26 | 0 | 15 | 306 | 110 | 70 |
| Binary | 111101 | 10101111 | 11011111 | 1001001 | 10110 | 0 | 1101 | 11000110 | 1001000 | 111000 |
Color Harmonies of #3DAFDF
Complementary color
Monochromatic Colors of #3DAFDF
Black with #3DAFDF
Text Example
Text Example
White with #3DAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFDF; }
p { color: rgb(61,175,223); }
H1.HeaderClassName
{
color: #3DAFDF;
}
.AnyTagClassName
{
color: #3DAFDF;
}
</style>
background-color css
<style>
a { background-color: #3DAFDF; }
a { background-color: rgb(61,175,223); }
div.DivClassName
{
background-color: #3DAFDF;
}
.BgClassName
{
background-color: #3DAFDF;
}
</style>
border-color css
<style>
span { border-color: #3DAFDF; }
span { border-color: rgb(61,175,223); }
td.TdClassName
{
border-color: #3DAFDF;
}
.TagClassName
{
border-color: #3DAFDF;
}
</style>