Shades of Summer Sky #3DABF1
Tints of Summer Sky #3DABF1
RGB
CMYK
RGB Variations
Color information
#3DABF1 (or 0x3DABF1) is known color: Summer Sky. HEX triplet: 3D, AB and F1. RGB value is (61,171,241). Sum of RGB (Red+Green+Blue) = 61+171+241=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DABF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DABF1 is #C2540E. Grayscale: #919191. Windows color (decimal): -12735503 or 15838013. OLE color: 15838013.
HSL color Cylindrical-coordinate representation of color #3DABF1: hue angle of 203.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DABF1 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 171 | 241 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.05 |
| HSL | 203.33º | 0.87% | 0.59% | - |
| HSV(B) | 203.33º | 0.75% | 0.95% | - |
| XYZ | 32.36 | 36.47 | 88.55 | - |
| YUV | 146.09 | 181.56 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 241 | 0.75 | 0.29 | 0 | 0.05 | 203.33 | 0.87 | 0.59 |
| Hex | 3D | AB | F1 | 4B | 1D | 0 | 5 | CB | 57 | 3B |
| Octal | 75 | 253 | 361 | 113 | 35 | 0 | 5 | 313 | 127 | 73 |
| Binary | 111101 | 10101011 | 11110001 | 1001011 | 11101 | 0 | 101 | 11001011 | 1010111 | 111011 |
Color Harmonies of #3DABF1
Complementary color
Monochromatic Colors of #3DABF1
Black with #3DABF1
Text Example
Text Example
White with #3DABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DABF1; }
p { color: rgb(61,171,241); }
H1.HeaderClassName
{
color: #3DABF1;
}
.AnyTagClassName
{
color: #3DABF1;
}
</style>
background-color css
<style>
a { background-color: #3DABF1; }
a { background-color: rgb(61,171,241); }
div.DivClassName
{
background-color: #3DABF1;
}
.BgClassName
{
background-color: #3DABF1;
}
</style>
border-color css
<style>
span { border-color: #3DABF1; }
span { border-color: rgb(61,171,241); }
td.TdClassName
{
border-color: #3DABF1;
}
.TagClassName
{
border-color: #3DABF1;
}
</style>