Shades of Summer Sky #3DB9F1
Tints of Summer Sky #3DB9F1
RGB
CMYK
RGB Variations
Color information
#3DB9F1 (or 0x3DB9F1) is known color: Summer Sky. HEX triplet: 3D, B9 and F1. RGB value is (61,185,241). Sum of RGB (Red+Green+Blue) = 61+185+241=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DB9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DB9F1 is #C2460E. Grayscale: #999999. Windows color (decimal): -12731919 or 15841597. OLE color: 15841597.
HSL color Cylindrical-coordinate representation of color #3DB9F1: hue angle of 198.67º 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 #3DB9F1 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 185 | 241 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.05 |
| HSL | 198.67º | 0.87% | 0.59% | - |
| HSV(B) | 198.67º | 0.75% | 0.95% | - |
| XYZ | 35.15 | 42.04 | 89.48 | - |
| YUV | 154.31 | 176.92 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 241 | 0.75 | 0.23 | 0 | 0.05 | 198.67 | 0.87 | 0.59 |
| Hex | 3D | B9 | F1 | 4B | 17 | 0 | 5 | C7 | 57 | 3B |
| Octal | 75 | 271 | 361 | 113 | 27 | 0 | 5 | 307 | 127 | 73 |
| Binary | 111101 | 10111001 | 11110001 | 1001011 | 10111 | 0 | 101 | 11000111 | 1010111 | 111011 |
Color Harmonies of #3DB9F1
Complementary color
Monochromatic Colors of #3DB9F1
Black with #3DB9F1
Text Example
Text Example
White with #3DB9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB9F1; }
p { color: rgb(61,185,241); }
H1.HeaderClassName
{
color: #3DB9F1;
}
.AnyTagClassName
{
color: #3DB9F1;
}
</style>
background-color css
<style>
a { background-color: #3DB9F1; }
a { background-color: rgb(61,185,241); }
div.DivClassName
{
background-color: #3DB9F1;
}
.BgClassName
{
background-color: #3DB9F1;
}
</style>
border-color css
<style>
span { border-color: #3DB9F1; }
span { border-color: rgb(61,185,241); }
td.TdClassName
{
border-color: #3DB9F1;
}
.TagClassName
{
border-color: #3DB9F1;
}
</style>