Shades of Summer Sky #3DAFEF
Tints of Summer Sky #3DAFEF
RGB
CMYK
RGB Variations
Color information
#3DAFEF (or 0x3DAFEF) is known color: Summer Sky. HEX triplet: 3D, AF and EF. RGB value is (61,175,239). Sum of RGB (Red+Green+Blue) = 61+175+239=475 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.84% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAFEF is #C25010. Grayscale: #939393. Windows color (decimal): -12734481 or 15707965. OLE color: 15707965.
HSL color Cylindrical-coordinate representation of color #3DAFEF: hue angle of 201.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DAFEF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 175 | 239 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.06 |
| HSL | 201.57º | 0.85% | 0.59% | - |
| HSV(B) | 201.57º | 0.74% | 0.94% | - |
| XYZ | 32.83 | 37.88 | 87.24 | - |
| YUV | 148.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 239 | 0.74 | 0.27 | 0 | 0.06 | 201.57 | 0.85 | 0.59 |
| Hex | 3D | AF | EF | 4A | 1B | 0 | 6 | CA | 55 | 3B |
| Octal | 75 | 257 | 357 | 112 | 33 | 0 | 6 | 312 | 125 | 73 |
| Binary | 111101 | 10101111 | 11101111 | 1001010 | 11011 | 0 | 110 | 11001010 | 1010101 | 111011 |
Color Harmonies of #3DAFEF
Complementary color
Monochromatic Colors of #3DAFEF
Black with #3DAFEF
Text Example
Text Example
White with #3DAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFEF; }
p { color: rgb(61,175,239); }
H1.HeaderClassName
{
color: #3DAFEF;
}
.AnyTagClassName
{
color: #3DAFEF;
}
</style>
background-color css
<style>
a { background-color: #3DAFEF; }
a { background-color: rgb(61,175,239); }
div.DivClassName
{
background-color: #3DAFEF;
}
.BgClassName
{
background-color: #3DAFEF;
}
</style>
border-color css
<style>
span { border-color: #3DAFEF; }
span { border-color: rgb(61,175,239); }
td.TdClassName
{
border-color: #3DAFEF;
}
.TagClassName
{
border-color: #3DAFEF;
}
</style>