Shades of Summer Sky #3DABFF
Tints of Summer Sky #3DABFF
RGB
CMYK
RGB Variations
Color information
#3DABFF (or 0x3DABFF) is known color: Summer Sky. HEX triplet: 3D, AB and FF. RGB value is (61,171,255). Sum of RGB (Red+Green+Blue) = 61+171+255=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DABFF is #C25400. Grayscale: #939393. Windows color (decimal): -12735489 or 16755517. OLE color: 16755517.
HSL color Cylindrical-coordinate representation of color #3DABFF: hue angle of 205.98º 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 #3DABFF is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 171 | 255 | - |
| CMYK | 0.76 | 0.33 | 0 | 0 |
| HSL | 205.98º | 1% | 0.62% | - |
| HSV(B) | 205.98º | 0.76% | 1% | - |
| XYZ | 34.54 | 37.34 | 99.99 | - |
| YUV | 147.69 | 188.56 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 255 | 0.76 | 0.33 | 0 | 0 | 205.98 | 1 | 0.62 |
| Hex | 3D | AB | FF | 4C | 21 | 0 | 0 | CE | 64 | 3E |
| Octal | 75 | 253 | 377 | 114 | 41 | 0 | 0 | 316 | 144 | 76 |
| Binary | 111101 | 10101011 | 11111111 | 1001100 | 100001 | 0 | 0 | 11001110 | 1100100 | 111110 |
Color Harmonies of #3DABFF
Complementary color
Monochromatic Colors of #3DABFF
Black with #3DABFF
Text Example
Text Example
White with #3DABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABFF; }
p { color: rgb(61,171,255); }
H1.HeaderClassName
{
color: #3DABFF;
}
.AnyTagClassName
{
color: #3DABFF;
}
</style>
background-color css
<style>
a { background-color: #3DABFF; }
a { background-color: rgb(61,171,255); }
div.DivClassName
{
background-color: #3DABFF;
}
.BgClassName
{
background-color: #3DABFF;
}
</style>
border-color css
<style>
span { border-color: #3DABFF; }
span { border-color: rgb(61,171,255); }
td.TdClassName
{
border-color: #3DABFF;
}
.TagClassName
{
border-color: #3DABFF;
}
</style>