Shades of Summer Sky #3BD1ED
Tints of Summer Sky #3BD1ED
RGB
CMYK
RGB Variations
Color information
#3BD1ED (or 0x3BD1ED) is known color: Summer Sky. HEX triplet: 3B, D1 and ED. RGB value is (59,209,237). Sum of RGB (Red+Green+Blue) = 59+209+237=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BD1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD1ED is #C42E12. Grayscale: #A7A7A7. Windows color (decimal): -12856851 or 15585595. OLE color: 15585595.
HSL color Cylindrical-coordinate representation of color #3BD1ED: hue angle of 189.44º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BD1ED is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 209 | 237 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.07 |
| HSL | 189.44º | 0.83% | 0.58% | - |
| HSV(B) | 189.44º | 0.75% | 0.93% | - |
| XYZ | 39.89 | 52.65 | 88.18 | - |
| YUV | 167.34 | 167.31 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 237 | 0.75 | 0.12 | 0 | 0.07 | 189.44 | 0.83 | 0.58 |
| Hex | 3B | D1 | ED | 4B | C | 0 | 7 | BD | 53 | 3A |
| Octal | 73 | 321 | 355 | 113 | 14 | 0 | 7 | 275 | 123 | 72 |
| Binary | 111011 | 11010001 | 11101101 | 1001011 | 1100 | 0 | 111 | 10111101 | 1010011 | 111010 |
Color Harmonies of #3BD1ED
Complementary color
Monochromatic Colors of #3BD1ED
Black with #3BD1ED
Text Example
Text Example
White with #3BD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD1ED; }
p { color: rgb(59,209,237); }
H1.HeaderClassName
{
color: #3BD1ED;
}
.AnyTagClassName
{
color: #3BD1ED;
}
</style>
background-color css
<style>
a { background-color: #3BD1ED; }
a { background-color: rgb(59,209,237); }
div.DivClassName
{
background-color: #3BD1ED;
}
.BgClassName
{
background-color: #3BD1ED;
}
</style>
border-color css
<style>
span { border-color: #3BD1ED; }
span { border-color: rgb(59,209,237); }
td.TdClassName
{
border-color: #3BD1ED;
}
.TagClassName
{
border-color: #3BD1ED;
}
</style>