Shades of Summer Sky #3DAFFE
Tints of Summer Sky #3DAFFE
RGB
CMYK
RGB Variations
Color information
#3DAFFE (or 0x3DAFFE) is known color: Summer Sky. HEX triplet: 3D, AF and FE. RGB value is (61,175,254). Sum of RGB (Red+Green+Blue) = 61+175+254=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAFFE is #C25001. Grayscale: #959595. Windows color (decimal): -12734466 or 16691005. OLE color: 16691005.
HSL color Cylindrical-coordinate representation of color #3DAFFE: hue angle of 204.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DAFFE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 175 | 254 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.00 |
| HSL | 204.56º | 0.99% | 0.62% | - |
| HSV(B) | 204.56º | 0.76% | 1% | - |
| XYZ | 35.14 | 38.81 | 99.4 | - |
| YUV | 149.92 | 186.73 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 254 | 0.76 | 0.31 | 0 | 0.00 | 204.56 | 0.99 | 0.62 |
| Hex | 3D | AF | FE | 4C | 1F | 0 | 0 | CD | 63 | 3E |
| Octal | 75 | 257 | 376 | 114 | 37 | 0 | 0 | 315 | 143 | 76 |
| Binary | 111101 | 10101111 | 11111110 | 1001100 | 11111 | 0 | 0 | 11001101 | 1100011 | 111110 |
Color Harmonies of #3DAFFE
Complementary color
Monochromatic Colors of #3DAFFE
Black with #3DAFFE
Text Example
Text Example
White with #3DAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFFE; }
p { color: rgb(61,175,254); }
H1.HeaderClassName
{
color: #3DAFFE;
}
.AnyTagClassName
{
color: #3DAFFE;
}
</style>
background-color css
<style>
a { background-color: #3DAFFE; }
a { background-color: rgb(61,175,254); }
div.DivClassName
{
background-color: #3DAFFE;
}
.BgClassName
{
background-color: #3DAFFE;
}
</style>
border-color css
<style>
span { border-color: #3DAFFE; }
span { border-color: rgb(61,175,254); }
td.TdClassName
{
border-color: #3DAFFE;
}
.TagClassName
{
border-color: #3DAFFE;
}
</style>